Login  Register

Re: JavaFX integration with JOGL

Posted by jmaasing on Jul 20, 2014; 8:42am
URL: https://forum.jogamp.org/JavaFX-integration-with-JOGL-tp4032593p4032594.html

Not easily.
http://forum.jogamp.org/Jogl-and-JavaFX-td4030720.html

But it can be done, although you will probably have to spend more time integrating them than writing the UI yourself :-)
There is for example an integration effort going on in the jMonkeyEngine: http://hub.jmonkeyengine.org/forum/topic/javafx-embedded-in-jme3/

Many projects/engines use Nifty to write UIs in games: http://nifty-gui.lessvoid.com so that may be an alternative to look at.