GLJPanel for LibGDX JOGL backend
Posted by
adam_law on
Jun 21, 2015; 12:42am
URL: https://forum.jogamp.org/GLJPanel-for-LibGDX-JOGL-backend-tp4034741.html
I'm working on a LibGDX project with JavaFX. I've followed the trail of GLJPanel, GLJFXPanel, as well as projects like LWJGL-FX, and even opened an issue on LibGDX asking for the very same thing stated in the title. The trail led me here since, apparently, the LWJGL backend for LibGDX was written by you all

Since it was stated that GLJPanel -> SwingNode -> JavaFX allows rendering, would it be possible to create a port for LibGDX? Currently, while LWJGLCanvas is embeddable, it doesn't show anything.
Thanks.