StepManiaLibrary is a library built on Fumen that offers functionality to support StepMania chart parsing and generation.
See the docs folder for documentation.
- ExpressedChartTestGenerator: Application for generating test cases for ExpressedCharts.
Building from source requires Windows 10 or greater and Microsoft Visual Studio Community 2022.
Clone the repository and init submodules.
git clone https://github.com/PerryAsleep/StepManiaLibrary.git
git submodule update --init
Open StepManiaLibrary.sln and build through Visual Studio.