Search found 3 matches
- Wed Feb 08, 2017 10:52 am
- Forum: General discussion
- Topic: Open GL ES Drivers on the Raspberry PI 3
- Replies: 0
- Views: 419
Open GL ES Drivers on the Raspberry PI 3
Hi there, I have fundamental questions about the graphic drivers / system on the raspberry PI 3. I do not understand the topic completely: What I think i know about the drivers: * There is a proprietary driver from Broadcom which supports OpenGL ES * There is MESA driver (no OpenGL ES support, softw...
- Tue Feb 07, 2017 2:42 am
- Forum: Java
- Topic: Driver Issues with Libgdx on Raspberry Pi 3
- Replies: 2
- Views: 1582
Driver Issues with Libgdx on Raspberry Pi 3
Hi folks, there have been already many posts about getting libgdx to run on a raspberry pi. I read all threads and combined them in hard work, but it seems like I've reached a dead. Currently I have configured a lwjgl and a jogl backend. Jogl is using clicky's binaries provided here . The lwjgl back...
- Tue Feb 07, 2017 2:23 am
- Forum: Java
- Topic: libGDX on raspberryPi 3
- Replies: 17
- Views: 5777
Re: libGDX on raspberryPi 3
I'd like to let you know that I managed to run the sample project provided by clicky via gradle ./gradlew :desktop:run In order to use this you have to fix the main class property in desktop/build.gradle project.ext.mainClassName = "org.ah.libgdx.rpi.desktop.TestDesktopLauncherJogl" After ...