Login  Register

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

Posted by Xerxes Rånby on Jan 05, 2013; 3:08am
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4027704.html

gouessej wrote
Xerxes Rånby wrote
I noticed on jabber that you are working on an update to use the JogAmp JOAL,
Nice it will surely make openal work on more platforms.
It's ready, please use it :) Can you look at my source code? I'm not a JOAL expert. I've just accepted your pull request.
I took a look, from what i can see it looks OK and it work!
I fixed a typo in the gdx-joal eclipse .project file and then switched to use of gdx-joal for the gdx-backend-jogl backend.

New pull request, with an included mini-tutorial on how to update existing libgdx projects to use the gdx-backend-jogl with gdx-joal!
https://github.com/gouessej/libgdx/pull/2

gdx-invaders running using JogAmp JOGL 2.0 rc11 and JOAL!

Kudos again!
Xerxes