jogamp
›
jogl
Login
Register
Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX
Posted by
Xerxes Rånby
on
Jun 12, 2015; 1:49am
URL:
https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4034683.html
Example how to change an existing libgdx grade project to use the gdx-backend-jogamp:
https://github.com/xranby/libgdx-demo-pax-britannica/commit/4c2bafc104c2d7104dad5299d196423d932cf7c5
The only prerequsite is that you have cloned, built and installed gouessej's libgdx git
git clone
https://github.com/gouessej/libgdx/
cd libgdx
mvn install
I have picked the libgdx-demo-pax-britannica
https://github.com/xranby/libgdx-demo-pax-britannica/tree/gdx-backend-jogamp
check it out, compile it and then run it using
git clone -b gdx-backend-jogamp
https://github.com/xranby/libgdx-demo-pax-britannica
cd libgdx-demo-pax-britannica
./gradlew run
I have published a binary pre-release of this build here:
https://github.com/xranby/libgdx-demo-pax-britannica/releases/tag/gdx-backend-jogamp-libgdx-1.6.3-SNAPSHOT
Free forum by Nabble
Edit this page