Aucune description

Clément Wolf fde9e7329b Add ability to get spectated il y a 3 jours
libraries 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan il y a 1 semaine
resources 036cbca374 Build on Windows il y a 2 semaines
src fde9e7329b Add ability to get spectated il y a 1 jour
.clang-format f0c0f0fb39 Use clang-format il y a 2 mois
.editorconfig 135ef06a96 Create .editorconfig il y a 2 ans
.gitignore 61b433f44c Improve speed modification audio il y a 2 mois
LICENSE a42bd151c2 Initial commit il y a 7 ans
Makefile a704656896 Make osu a global, as it should be il y a 2 jours
README.md 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan il y a 1 semaine
build.bat 91f612f0ca Remove DirectX, OpenCL, Software Renderer, Vulkan il y a 1 semaine
icon.ico 1e8fc23598 Add icon il y a 2 semaines
resource.rc 1e8fc23598 Add icon il y a 2 semaines

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.