Skip to content

Trebla

A programming language and compiler for creating rhythm game engines on Sonolus.

Quick Start

  1. Download the corresponding executable for your operating system from releases. Unstable builds are available as build artifacts.
  2. Add the executable to the PATH if desired.
  3. 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.

  1. Clone via git.
    git clone 
    
  2. Run via gradle.
    gradlew run --args="[arguments]"
    
    See gradlew tasks for other options.

Documentation

Documentation is built using mkdocs and the material theme.