暂无描述

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.