Blankart OpenXR VR fork
Find a file
Eidolon 7a0949b99c Prevent integer div by 0 in curl progress callback
If the curl callback is called at the exact same time as the
download begins, this callback would cause an integer division by
zero.
2025-04-19 03:11:38 -04:00
.circleci Remove NASM from circle ci 2025-03-24 22:36:04 -04:00
android
assets Merge branch 'cmake-overhaul' into 'master' 2024-10-15 03:40:29 -04:00
cmake Remove ASM 2025-03-24 22:35:18 -04:00
debian-template Remove ASM 2025-03-24 22:35:18 -04:00
deployer
extras The Python script I used for testing 2025-03-22 00:50:33 +01:00
src Prevent integer div by 0 in curl progress callback 2025-04-19 03:11:38 -04:00
thirdparty Repair discord support and enable opus for windows by default 2025-03-20 23:19:36 -04:00
tools Remove ASM 2025-03-24 22:35:18 -04:00
.gitattributes
.gitignore .gitignore: add CMakeUserPresets.json 2024-10-15 04:44:14 -04:00
.travis.yml
Android.mk
appveyor.yml Remove ASM 2025-03-24 22:35:18 -04:00
CMakeLists.txt Fix ccache compile error 2025-03-31 13:19:34 -04:00
comptime.bat
comptime.mk
comptime.sh readd exec permission 2024-09-11 14:42:04 -04:00
debian_template.sh
LICENSE
LICENSE-3RD-PARTY.txt License compliance for libwebm, libyuv, libvpx, libxmp, fmt, imgui, tcbrindle span 2024-12-29 09:19:50 -05:00
README.md Include compile instructions. 2025-04-18 17:56:49 +00:00
srb2.png
srb2banner.png

SRB2Kart

SRB2Kart is a kart racing mod based on the 3D Sonic the Hedgehog fangame Sonic Robo Blast 2, based on a modified version of Doom Legacy.

Dependencies

  • SDL2 (Linux/OS X only)
  • SDL2-Mixer (Linux/OS X only)
  • libupnp (Linux/OS X only)
  • libgme (Linux/OS X only)
  • libopenmpt (Linux/OS X only)

Compiling

Linux:

git clone https://codeberg.org/NepDisk/blankart.git
cd blankart
mkdir build
cd build
cmake ..
make -j$(nproc)

Windows MSYS2:

git clone https://codeberg.org/NepDisk/blankart.git
cd blankart
mkdir build
cd build
cmake -G "MSYS Makefiles" ..ƒƒ
./_deps/sdl2_mixer-src/external/download.sh
cmake -G "MSYS Makefiles" ..ƒƒ
make -j$(nproc)

Disclaimer

Kart Krew is in no way affiliated with SEGA or Sonic Team. We do not claim ownership of any of SEGA's intellectual property used in SRB2.