samuncle bba591c2fc Add better shader for dirt | 6 年之前 | |
---|---|---|
android | 6 年之前 | |
cmake | 6 年之前 | |
data | 6 年之前 | |
doc | 6 年之前 | |
lib | 6 年之前 | |
src | 6 年之前 | |
tools | 6 年之前 | |
.appveyor.yml | 6 年之前 | |
.gitignore | 6 年之前 | |
.travis.yml | 6 年之前 | |
Brewfile | 6 年之前 | |
CHANGELOG.md | 6 年之前 | |
CMakeLists.txt | 6 年之前 | |
COPYING | 7 年之前 | |
INSTALL.md | 6 年之前 | |
ISSUE_TEMPLATE.md | 6 年之前 | |
README.md | 6 年之前 | |
sources.cmake | 6 年之前 |
SuperTuxKart is a free kart racing game. It focuses on fun and not on realistic kart physics. Instructions can be found on the in-game help page.
The SuperTuxKart homepage can be found at https://supertuxkart.net/. There is also our FAQ and information on how get in touch with the community
To run SuperTuxKart, make sure that your computer's specifications are equal or higher than the following specifications:
The 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 the artwork is contained in data/licenses
.
A reminder for those who are looking at the code and 3D models:
SuperTuxKart: X right, Y up, Z forwards
Blender: X right, Y forwards, Z up
The export utilities perform the needed transformation, so in Blender you just work with the XY plane as ground, and things will appear fine in STK (using XZ as ground in the code, obviously).
Building instructions can be found in INSTALL.md