Login  Register

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

Posted by Patman on Sep 08, 2016; 2:47am
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4037106.html

Xerxes Rånby wrote
Workaround 2:
To get Broadcom OpenGL ES initialization working you uninstall Mesa3d
OpenGL ES
sudo aptitude remove libgles1-mesa libgles2-mesa libgl1-mesa-dri
This made it work! Thank you guys for your help!

As for the "runnable jar", I used the Eclipse "Export > Runnable Jar" option to make it. And the .so files that you posted earlier in the thread still work for me, which is a relief because apt-get couldn't find the specific gcc files you mentioned in an earlier post so I couldn't figure out how to build those myself.

Just for the record, I get errors about the sound when I run the jar but I don't use sound so it doesn't affect me.

Thanks again for the help with the Raspberry Pi 3 situation! I never would've been able to figure that out on my own.