설명 없음

kiwec 0bbfa9d241 Pause gameplay when restarting SoundEngine 4 달 전
libraries 14bf612f72 Fix pp calculation 4 달 전
resources ac09504b9a Remove mingw dlls 4 달 전
rosu-pp-c 14bf612f72 Fix pp calculation 4 달 전
src 0bbfa9d241 Pause gameplay when restarting SoundEngine 4 달 전
.clang-format f0c0f0fb39 Use clang-format 7 달 전
.editorconfig 135ef06a96 Create .editorconfig 3 년 전
.gitignore fbe1ec500a Disable unfinished features 4 달 전
LICENSE a42bd151c2 Initial commit 8 년 전
Makefile 4985c77ec2 Build with MSVC on Windows 4 달 전
README.md 4985c77ec2 Build with MSVC on Windows 4 달 전
icon.ico 1e8fc23598 Add icon 5 달 전
neosu.vcxproj 424d3bc27b Fix windows build 4 달 전
resource.rc 1e8fc23598 Add icon 5 달 전

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)

Open neosu.vcxproj with Visual Studio then press F5.

Building (linux)

Required dependencies:

Once those are installed, just run make -j8.