Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI
Posted by Sven Gothel on Sep 13, 2011; 4:56pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p3333207.html
On Tuesday, September 13, 2011 10:37:34 AM gouessej [via jogamp] wrote:
>
> Actually, I should have been able to fix it earlier. You changed the way of
> handling the context to fix some bugs, I remember that something has been
> modified in addNotify() and removeNotify() in the GLCanvas.
A while ago, yes. AFAIK I did this on your bug report about the GLCanvas lifecycle,
ie. remove/add the GLCanvas to Frames.
>
> The next step are these furthers:
> - modify the pom.xml file to provide a proper support of Maven (if someone
> has already succeeded in using Maven and JogAmp, please let me know)
Sadly no. However, some people did try or started this task
but I never got a 'success' message and the pull request in this regard.
> - provide an headless JOGL Ardor3D canvas so that developers using JOGL
> benefit of the same features than developers who chose our competitor
headless -> no AWT - this implies NEWT ?
> - provide both a pure NEWT window and a NEWT AWT Ardor3D canvas
great. so the android Ardor3d will be possible.
>
> The source code will be committed on my SVN repository in a few days.
Can I vote for git ? :)
Don't the Ardor3D guys use git as well these days ? Sorry, don't know.
Well .. sure, there is always the svn-git bridge.
>
> Some constants still use suffixes which should have disappeared (_ARB,
> _EXT), is there a reason for that?
Removing the extension suffix is done for subsumed extensions into GL profiles/versions.
So the not yet subsumed extensions are still visible in their namespace.
I know, especially the old shader program ARB extension seem to be duplicated,
however, the extension is not 100% compatible w/ the OpenGL 2.0 GLSL,
hence the duplication of that one (if you refer to tha).
>
> I have to clarify some aspects with Renanse.
Sweet.
Can you re-introduce me to him so the three of us can have
a discussion about NEWT, mobile and future JOGL support ?
I really would appreciate that .. if there is an interest.
Thank you Julien for your great work.
Cheers, Sven