Trebla
A programming language and compiler for creating rhythm game engines on Sonolus.
Quick Start
- Download the corresponding executable for your operating system from releases. Unstable builds are available as build artifacts.
- Add the executable to the PATH if desired.
- Check the documentation at https://trebla.qwewqa.xyz for more information.
Building from Source
Trebla was built and tested with JDK 14, but JDK 8 or higher should suffice.
- Clone via git.
git clone
- Run via gradle.
See
gradlew run --args="[arguments]"
gradlew tasks
for other options.
Documentation
Documentation is built using mkdocs and the material theme.