How to mix JavaFX 2 and OpenGL (JOGL) ?
867731Jun 9 2011 — edited Jun 10 2011Hi,
I have created a 3D game with JOGL. This one is created using a GLCanvas (which is a heavyweight component).
I would like to append a grafical user interface over this canvas. Is it possible to mix javafx 2 and jogl ?
I have already found an example [url http://jfxs3d.blogspot.com/2009_08_01_archive.html]here (not with javafx 2 I think...) but I can't find any source code or demo about this.
It seems to be exactly what I want to.
Thanks,
Dav
Edited by: Darryl Burke -- fixed the link