My STK mod, still WIP.
Go to file
QwertyChouskie 06952bfd52
Fix issues with COPYING (see desc.)
See https://softwareengineering.stackexchange.com/questions/281949/how-to-properly-apply-a-license for why the the "How to Apply These Terms to Your New Programs" part was added.

The GPL was copy-pasted from https://www.gnu.org/licenses/gpl-3.0-standalone.html, but with some formatting changed to be like https://www.gnu.org/licenses/gpl.txt (only ASCII characters, etc.)

The top line is based on https://github.com/supertuxkart/stk-code/blob/master/src/main.cpp#L7
2018-11-23 13:31:03 -08:00
android Small clarification in android readme 2018-11-15 21:44:33 +01:00
cmake Check wayland version in cmake. 2018-11-17 21:56:23 +01:00
data Update translation 2018-11-23 23:48:06 +08:00
doc Added description on how the main loop with regards to physics works. 2018-01-24 08:38:11 +11:00
lib Fixed a crash when opening broken xml file 2018-11-22 22:09:05 +01:00
src Coding style improvements 2018-11-23 22:08:51 +01:00
tools Add a script that allows to build all android packages with single command 2018-10-04 20:48:42 +02:00
.appveyor.yml Removed IRC announcements for AppVeyor and Travis since we now have our own bot to do the announcements. 2018-08-19 14:40:21 +02:00
.gitignore Allow to install debug version without uninstalling release version on android 2017-12-22 21:51:41 +01:00
.travis.yml Removed IRC announcements for AppVeyor and Travis since we now have our own bot to do the announcements. 2018-08-19 14:40:21 +02:00
Brewfile Add macOS to travis builds, fix server-only builds on macOS, msc. fixes (#3339) 2018-07-03 19:37:57 -04:00
CHANGELOG.md Changelog additions (#3377) 2018-08-18 18:47:30 -04:00
CMakeLists.txt Fixed compilation with older nettle versions 2018-09-07 00:26:18 +02:00
COPYING Fix issues with COPYING (see desc.) 2018-11-23 13:31:03 -08:00
INSTALL.md Update INSTALL.md 2018-11-21 20:59:22 -05:00
ISSUE_TEMPLATE.md Add a github issue template to the project (#3071) 2018-01-05 20:10:16 -05:00
NETWORKING.md Update network document 2018-11-22 03:13:16 +08:00
README.md Move building instructions to separate file 2018-06-08 22:54:22 +02:00
sources.cmake Split UI options into general options (new default tab) and UI options 2018-11-16 03:20:39 +01:00

SuperTuxKart

Build Status AppVeyor Build Status #supertuxkart on the freenode IRC network

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

Hardware Requirements

To run SuperTuxKart, make sure that your computer's specifications are equal or higher than the following specifications:

  • A graphics card capable of 3D rendering - NVIDIA GeForce 8 series and newer (GeForce 8100 or newer), AMD/ATI Radeon HD 4000 series and newer, Intel HD Graphics 3000 and newer. OpenGL >= 3.3
  • You should have a CPU that's running at 1 GHz or faster.
  • You'll need at least 512 MB of free VRAM (video memory).
  • Minimum disk space: 800 MB
  • Ideally, you'll want a joystick with at least 6 buttons.

License

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.

3D coordinates

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 from source

Building instructions can be found in INSTALL.md