A useful library which simplifies the operations of editing osu! beatmaps by programming.
The project is organized in a couple of subdirectories.
- The Configurations directory contains various CMake modules and other scripts needed by the build system.
- The Documentation directory contains configuration files
needed to generate the documentation. The
Documentation/html
subdirectory is automatically ignored by Git. - The Examples directory contains the source code for all the examples of both the tutorial and the reference documentation.
- The Externals directory contains the libraries which is needed by libosu itself.
- The Sources directory contains the source code of libosu.
- The Tests directory contains the source code for all the unit tests.
libosu is released under the GPLv3 License. See LICENSE.md for details.