1
0

Sem descrição

Lekuru c11fe5be60 Add constant for maximum slots inside a match há 4 meses atrás
libraries 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan há 4 meses atrás
resources 036cbca374 Build on Windows há 4 meses atrás
src c11fe5be60 Add constant for maximum slots inside a match há 4 meses atrás
.clang-format f0c0f0fb39 Use clang-format há 6 meses atrás
.editorconfig 135ef06a96 Create .editorconfig há 3 anos atrás
.gitignore 61b433f44c Improve speed modification audio há 6 meses atrás
LICENSE a42bd151c2 Initial commit há 8 anos atrás
Makefile 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan há 4 meses atrás
README.md 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan há 4 meses atrás
build.bat 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan há 4 meses atrás
icon.ico 1e8fc23598 Add icon há 4 meses atrás
resource.rc 1e8fc23598 Add icon há 4 meses atrás

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.