Keine Beschreibung

Clément Wolf ac9405c529 Fix memory leaks vor 1 Monat
libraries c668ce1611 Add loudness normalization vor 1 Monat
resources 0bf89004dd Rename 'McOsu Multiplayer' to 'neosu' vor 1 Monat
src ac9405c529 Fix memory leaks vor 1 Monat
.clang-format f0c0f0fb39 Use clang-format vor 2 Monaten
.editorconfig 135ef06a96 Create .editorconfig vor 2 Jahren
.gitignore 61b433f44c Improve speed modification audio vor 2 Monaten
LICENSE a42bd151c2 Initial commit vor 7 Jahren
Makefile d9c3e70e06 Fix linux build instructions vor 1 Monat
README.md d9c3e70e06 Fix linux build instructions vor 1 Monat
build.bat c668ce1611 Add loudness normalization vor 1 Monat

README.md

neosu

This is a third-party fork of McOsu, unsupported by McKay.

If you need help, contact kiwec on Discord, either by direct message or via his server.

Building (windows)

Required dependencies:

  • MinGW32 (extract this in C:\mingw32, then add C:\mingw32\bin to PATH)

Once those are installed, just run build.bat.

Building (linux)

Required dependencies:

Once those are installed, just run make -j8.