1
0

Açıklama Yok

Clément Wolf 0de23ce367 Add ability to get spectated 1 ay önce
libraries 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan 1 ay önce
resources 036cbca374 Build on Windows 1 ay önce
src 0de23ce367 Add ability to get spectated 1 ay önce
.clang-format f0c0f0fb39 Use clang-format 3 ay önce
.editorconfig 135ef06a96 Create .editorconfig 2 yıl önce
.gitignore 61b433f44c Improve speed modification audio 3 ay önce
LICENSE a42bd151c2 Initial commit 8 yıl önce
Makefile de850d54c3 Make osu a global, as it should be 1 ay önce
README.md 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan 1 ay önce
build.bat 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan 1 ay önce
icon.ico 1e8fc23598 Add icon 1 ay önce
resource.rc 1e8fc23598 Add icon 1 ay önce

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.