stodge
05-12-2003, 04:46 PM
I've been working on a simple OpenGL based game engine over recent months, and I finally found the time to attempt a Linux port. Luckily, using SDL has made the process easier. I'd be very grateful if anyone who has some spare time could download it and try it out on their Linux box.
The only caveat that I can think of is that you need to have the SDL runtime libraries installed; version 1.25 (or 1.2.5?) should be fine.
The demo was compiled with g++ 3.2.2 running under Mandrake 9.1, so you will probably need a distribution that is as recent as mine, simply to get the correct runtime C++ libraries (I think).
Also, the main music file doesn't seem to work under Linux (FMOD thinks it has an invalid file format), so you wont get any music. You should hear the sounds when you use the buttons though.
Run the demo using the shell file testSDL.sh, as it sets up the load library path to pick up the shared libraries.
Anyway, if you try it and it works, let me know:
Linux distribution
FPS value, graphics card, processor
Keys:
escape - quit
f1 - help
f2 - test menu
tab - toggle console
wasd move the camera
Good luck and I'll keep my fingers crossed!
http://prodigy.openglforums.com/downloads/HabitatLinuxDemo.tar.gz
Thanks
Mike
The only caveat that I can think of is that you need to have the SDL runtime libraries installed; version 1.25 (or 1.2.5?) should be fine.
The demo was compiled with g++ 3.2.2 running under Mandrake 9.1, so you will probably need a distribution that is as recent as mine, simply to get the correct runtime C++ libraries (I think).
Also, the main music file doesn't seem to work under Linux (FMOD thinks it has an invalid file format), so you wont get any music. You should hear the sounds when you use the buttons though.
Run the demo using the shell file testSDL.sh, as it sets up the load library path to pick up the shared libraries.
Anyway, if you try it and it works, let me know:
Linux distribution
FPS value, graphics card, processor
Keys:
escape - quit
f1 - help
f2 - test menu
tab - toggle console
wasd move the camera
Good luck and I'll keep my fingers crossed!
http://prodigy.openglforums.com/downloads/HabitatLinuxDemo.tar.gz
Thanks
Mike