Login  Register

Re: LWJGL-FX port to JOGL

Posted by aqd on Aug 16, 2014; 7:40pm
URL: https://forum.jogamp.org/LWJGL-FX-fast-JavaFX-integration-port-to-JOGL-tp4032802p4032803.html

I published the source here: https://github.com/AqD/JOGL-FX

It includes only the OpenGL to JavaFX node part, since I don't need to embed JavaFX into OpenGL texture. No dependency on LWJGL. The performance seems the same as the original LWJGL version.

However, the RenderStream approach looks incompatible with existing GLAutoDrawable/Animators/GLPanel etc in JOGL (simpler & cleaner IMO) and will requires change in applications.