Login  Register

Re: JavaFX integration with JOGL

Posted by jdub1581 on Mar 05, 2015; 2:37am
URL: https://forum.jogamp.org/JavaFX-integration-with-JOGL-tp4032593p4034104.html

Gotcha, perhaps I'm not understanding something, but, would it not be easier to implement a JoglPipeline
similar to this:
        https://bitbucket.org/dejayberlin/joglfxpipeline/src
Granted this is old and many things have changed since .. I have tried to rebuild it, but a lot has changed in JOGL since as well.

I suppose my other question is:
Would it not also be easier to enhance the ES2Pipeline to use all the GL commands available for GLES2?
For example exposing the commands in the *Graphics class

All of you guys are much smarter than me in this department, and I am a novice with Jogl, so I'm sure I'm not accounting for something.
I'm just tired of waiting, and not being able to implement
what seems to be common features in all other scenegraphs ..