This page contains some SuperTux-related stuff I did.
SuperTux 0.1 is a sidescrolling platform jump and run game with fairly low hardware requirements. It is distributed under the GPL and runs on quite a lot of platforms.
For more information, visit the SuperTux homepage, the SuperTux project page at BerliOS or browse the SuperTux Wiki.
This is a patch for SuperTux SVN. It allows running the game on systems without OpenGL support by modifying the video portion of the SuperTux engine to render all graphics with SDL functions only. Lightmaps are currently disabled for performance reasons. Needs the SDL_gfx library to compile.
The patch is maintained in the SVN repository. To get the current version of supertux, use svn:
svn checkout http://supertux.lethargik.org/svn/supertux/trunk/supertux
Then apply the patch by running the following command in your trunk/supertux/ path:
patch -p1 < contrib/supertux-nogl.diff
Warning! This is a developer snapshot of SuperTux, so it is to be considered unstable and potentially harmful to your system.
Warning! This is a developer snapshot of SuperTux, so it is to be considered unstable and potentially harmful to your system.
Warning! This is a developer snapshot of SuperTux, so it is to be considered unstable and potentially harmful to your system. If you want to build a recent version of SuperTux yourself, read the article "Building on Windows" on the SuperTux Wiki.
I'd love to get some feedback. Visit the contact page to drop me a message.