Integrating javafx ui into custom (jogl based) OpenGL application

Scott Palmer swpalmer at gmail.com
Sat Mar 2 17:27:38 PST 2013


On 2013-03-02, at 8:01 PM, Jasper Potts <jasper.potts at oracle.com> wrote:

> We have DirectX, OpenGL and Software implementations of Prism. We use OpenGL on Mac and Linux. It is sometimes run on Windows by the Graphics team for their own development but it is not supported on Windows and is often broken. We are working on open sourcing all of prism so if its not there yet it will be as soon as we can. 
> 


Looks like only the software renderer is available so-far based on this commit:

http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1007001aa197



> We are also been talking about ideas of giving low level access for integrating pure OpenGL or other native stuff. No hard plans yet but we at least are thinking this would be a problem we would like to solve. 

Awesome.  In terms of "other native stuff" - how about access to the window handle of the Stage? (Via JNI so there are no security concerns.)


Scott



More information about the openjfx-dev mailing list