Re: GLJPanel for LibGDX JOGL backend
Posted by adam_law on Jun 26, 2015; 7:56pm
URL: https://forum.jogamp.org/GLJPanel-for-LibGDX-JOGL-backend-tp4034741p4034763.html
I just dropped by for an update. As I suspected, JOGLAwtCanvas doesn't work. SwingNode expects content of type JComponent. I've tried start to write an extension for GLJPanel; I did it from within my project, for a quick start, but, apparently, several methods and members of JoglApplication are accessible on the package level only. So I started again by doing this in the backend package, from the source I checked out from goussej's master tree, but I have encountered an issue where the gdx-natives.jar seems to be not included in the gdx project(?) I believe I used to have it within the system, but after running mvn install for jogamp version of libGDX, I can't seem to find it on either maven local, or the gradle cache. I'll try to look for a downloadable jar somewhere. maven central doesn't have it.