Login  Register

JavaFX integration with JOGL

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

Hello,

I have a few questions before I go diving into JavaFX.

First of all, does anyone know if JOGL can be implemented in a JavaFX application?
I'm aware that JavaFX has integration with Swing, and that JOGL has integration with Swing as well.
This leads me to believe that the two can be linked.

For my second and probably more important question, if JavaFX integration with JOGL is possible, then am I able to use JavaFX UI in place of my OpenGL render?

I'm creating a game, and I'm not looking forward to implementing all of the graphics/code for my own UI via OpenGL.  If I can use JavaFX to create a UI, this could simply things a lot.  Basically, I would like to grab the animation/components from JavaFX and put it into my game's menus.


If anyone knows about this, I'd be more than happy to hear what you have to say :)

Thanks for the help.