Marianne Gagnon 0934373fca Fix GCC build | 9 år sedan | |
---|---|---|
cmake | 9 år sedan | |
data | 9 år sedan | |
doc | 9 år sedan | |
lib | 9 år sedan | |
src | 9 år sedan | |
tools | 9 år sedan | |
.gitignore | 9 år sedan | |
.travis.yml | 9 år sedan | |
AUTHORS | 15 år sedan | |
CHANGELOG.md | 9 år sedan | |
CMakeLists.txt | 9 år sedan | |
COPYING | 12 år sedan | |
INSTALL.md | 9 år sedan | |
README.md | 9 år sedan | |
SVN-CONFIG | 12 år sedan | |
TODO.md | 9 år sedan | |
sources.cmake | 9 år sedan |
SuperTuxKart is a free kart racing game. It is focusing on fun and not on realistic kart physics. Instruction can be found on the in-game help page.
The SuperTuxKart homepage can be found at: http://supertuxkart.sourceforge.net
The official SuperTuxKart forum is at http://supertuxkart.sourceforge.net/forum. If you need support, this would be the best place to start.
Hope you enjoy the game.
-- The SuperTuxKart development team.
Compilation with cygwin is not officially supported, but this has been done (check with the forum for details).
The latest information about compilation on Mac are on our wiki:
http://supertuxkart.sourceforge.net/Building_and_packaging_on_OSX
The Xcode project file is in /src/ide/Xcode/
, but it still
requires that all dependencies are installed as explained on the wiki.
See INSTALL.md
for details.
This software is released under the GNU General Public License (GPL) which
can be found in the file COPYING
in the same directory as this file.
Information about the licenses for artwork are contained in
data/licenses
.
A reminder for those looking at the code and 3d models:
STK : X right, Y up, Z forwards
Blender: X right, Y forwards, Z up
The exporters perform the needed transform, so in Blender you just work with XY plane as ground, and things will appear fine in STK (using XZ as ground in the code, obviously).