Нема описа

Clément Wolf fde9e7329b Add ability to get spectated пре 3 дана
libraries 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan пре 1 недеља
resources 036cbca374 Build on Windows пре 2 недеља
src fde9e7329b Add ability to get spectated пре 2 дана
.clang-format f0c0f0fb39 Use clang-format пре 2 месеци
.editorconfig 135ef06a96 Create .editorconfig пре 2 година
.gitignore 61b433f44c Improve speed modification audio пре 2 месеци
LICENSE a42bd151c2 Initial commit пре 7 година
Makefile a704656896 Make osu a global, as it should be пре 2 дана
README.md 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan пре 1 недеља
build.bat 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan пре 1 недеља
icon.ico 1e8fc23598 Add icon пре 2 недеља
resource.rc 1e8fc23598 Add icon пре 2 недеља

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.