I managed to get LWJGL compiled a couple years ago, to the point that it would run my rather complex game on the Raspberry Pi.
I had to cross-compile the LibGDX and LWJGL binaries on raspberry pi hardware to get this done. I also had to do much tweaking to the LWJGL source, to get it to run. This was done thanks to the help of "noxo" and others.
Maybe one of the references in my posts can help the cause:
http://www.badlogicgames.com/forum/view ... i&start=20
My game is "Mushroom Bounce" and it still runs on the Raspberry Pi.
My main input to this thread: I'm glad they got JOGL to work with the R Pi, but JOGL is not an official backend of LibGDX. It used to be, but it was dropped years ago.
I think using JOGL will cause issues with other libraries, etc. Won't it?
I think it would be better to compile LWJGL for the Pi.
Has anyone out there done this lately? I have successfully done it, but my binaries are WOEFULLY out of date and I haven't done it in years.
- TwoSquidGames
- Posts: 14
- Joined: Sat Jan 18, 2014 1:08 pm
- Location: Texas, USA
- Contact: Website
Re: RPi libgdx game development framework
My 2D physics game is in the Raspberry Pi Store!
http://store.raspberrypi.com/projects/mushroom-bounce
http://store.raspberrypi.com/projects/mushroom-bounce
-
- Posts: 2
- Joined: Wed Jan 20, 2016 6:02 pm
Re: RPi libgdx game development framework
For anyone still interested, I've posted binaries of the latest libgdx (1.9.5 at this time) and some additional components here:
https://github.com/entangledloops/libgdx-jetson
These should work on 32-bit PIs, but have only been tested on the NVIDIA Jetson.
I am able to build an app that works crossplatform using these libs and runs well on the Jetson.
https://github.com/entangledloops/libgdx-jetson
These should work on 32-bit PIs, but have only been tested on the NVIDIA Jetson.
I am able to build an app that works crossplatform using these libs and runs well on the Jetson.
Re: RPi libgdx game development framework
Thanks. I might give them a go!
Re: RPi libgdx game development framework
That's awesome!
Is there any simplified tutorial for getting this stuff working? I have a desktop libgdx game, and a pi running raspbian. Now what?
Is there any simplified tutorial for getting this stuff working? I have a desktop libgdx game, and a pi running raspbian. Now what?