Login  Register

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Posted by gouessej on Feb 24, 2013; 2:31pm
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028348.html

At first, you can use Xerxes's repository instead of mine as he tested his code on a real Raspberry Pi.

Secondly, gdx-backend-jogl/libs contains the dependencies of this backend (GlueGen + JOGL), not the binaries. You have to build LibGDX from source. You can get the whole project by doing that in command line:
git clone https://github.com/xranby/libgdx
You can do something similar with Eclipse + EGIT, go to File -> Import... -> Git -> Import projects from GIT
Then, use the Ant scripts to build LibGDX.
Julien Gouesse | Personal blog | Website