Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX
Posted by Xerxes Rånby on Jan 04, 2013; 2:06pm
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4027693.html
Thank you, gouessej i will try this on my arm linux devices.
The obvious missing bits are:
1. include all JogAmp gluegen-rt and jogl native jars to add support for ARM/Linux armel and armhf.
2. fix the ant build.xml
dist/gdx-backend-jogl.jar
dist/sources/gdx-backend-jogl-sources.jar
and possibly
dist/lib/ for the JogAmp gluegen, jogl and native jars is missing
after running ant
How do you build and test the jogl backend?