A command line tool which converts osu!mania beatmaps to BMS beatmaps.
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 libbms itself.
- The Sources directory contains the source code of libbms.
- The Tests directory contains the source code for all the unit tests.
osu2bms is released under the GPLv3 License. See LICENSE.md for details.