No Description

kiwec 1e8fc23598 Add icon 4 days ago
libraries c668ce1611 Add loudness normalization 1 week ago
resources 036cbca374 Build on Windows 5 days ago
src dfa30cfc2c Fix shutdown taking too long on windows 4 days ago
.clang-format f0c0f0fb39 Use clang-format 2 months ago
.editorconfig 135ef06a96 Create .editorconfig 2 years ago
.gitignore 61b433f44c Improve speed modification audio 2 months ago
LICENSE a42bd151c2 Initial commit 7 years ago
Makefile d9c3e70e06 Fix linux build instructions 1 week ago
README.md d9c3e70e06 Fix linux build instructions 1 week ago
build.bat 1e8fc23598 Add icon 4 days ago
icon.ico 1e8fc23598 Add icon 4 days ago
resource.rc 1e8fc23598 Add icon 4 days ago

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.