Christoph's - SuperTux

SuperTux-related stuff

This page contains some SuperTux-related stuff I did.

Contents

  1. About SuperTux
  2. My supertux-nogl Patch
  3. Developer Snapshot for Mac OS X
  4. Developer Snapshot for Linux
  5. Developer Snapshot for Windows
  6. Feedback

About SuperTux

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.

My supertux-nogl Patch

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

Developer Snapshot for Mac OS X

Screenshot of Developer Version

Warning! This is a developer snapshot of SuperTux, so it is to be considered unstable and potentially harmful to your system.

Developer Snapshot for Linux

Warning! This is a developer snapshot of SuperTux, so it is to be considered unstable and potentially harmful to your system.

Developer Snapshot for Windows

Screenshot of Developer Version

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.

Feedback

I'd love to get some feedback. Visit the contact page to drop me a message.

 

Navigation