BigMc
Still Fresh
- Joined
- Jan 4, 2012
- Messages
- 32
Hi,
I'm one of the developers of SLUDGE, a free (it's already in Debian and Ubuntu) adventure game engine with development tools, all working on Linux, Mac and Windows.
I wanted it to work on mobile devices such as the Pandora and maybe some phones, so I made the graphics code GLES2 capable. (It's working on my PC with GLES2 provided by the Mesa 3D driver.) Since I don't own such a device, I need you help to test it on actual mobile hardware and tell me what I have to change to make it work.
If you want to help testing, grab the SVN version as described here. GLES2 can be turned on with
If compiling works, get one of the available games and start testing. I hope we can make this work on the Pandora.
Best regards,
BigMc
I'm one of the developers of SLUDGE, a free (it's already in Debian and Ubuntu) adventure game engine with development tools, all working on Linux, Mac and Windows.
I wanted it to work on mobile devices such as the Pandora and maybe some phones, so I made the graphics code GLES2 capable. (It's working on my PC with GLES2 provided by the Mesa 3D driver.) Since I don't own such a device, I need you help to test it on actual mobile hardware and tell me what I have to change to make it work.
If you want to help testing, grab the SVN version as described here. GLES2 can be turned on with
Code:
./configure --enable-gles2
If compiling works, get one of the available games and start testing. I hope we can make this work on the Pandora.
Best regards,
BigMc