Re: LWJGL-FX port to JOGL
Posted by
aqd on
Aug 18, 2014; 8:34am
URL: https://forum.jogamp.org/LWJGL-FX-fast-JavaFX-integration-port-to-JOGL-tp4032802p4032816.html
I made the demo of JOGL on JavaFX ES2 pipeline (Windows). Quite simple actually, the demo code is uploaded to
https://github.com/AqD/JOGL-FX
The control trees are preserved and things are running surprisingly well when my node is behind (I put it in TabPane).
But I don't understand why all display lists all gone after each render call - I don't delete them and there is no deletion call from Prism-ES2.
I'll try if I can port WorldWind to it.....