Login  Register

Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI

Posted by gouessej on Jul 09, 2016; 12:43pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4036897.html

You're welcome. I advise you to have a look at this class:
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/event/awt/AWTAdapter.html

It shows the key principle consisting in minimizing the dependencies on AWT and using NEWT wherever it is possible, even with AWT components. It reduces the code duplication.
Julien Gouesse | Personal blog | Website