Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 608 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 608 Bytes

Elysium

License

A work-in-progress JUCE app, powered by Rust. It can be used as a standalone application or as an LV2 plugin. Developed on Linux, and tested in Ardour and Carla.

Building

You'll want cargo, clang-format, and clang-tidy in your $PATH.

cmake -S . -B build
cmake --build build --config RelWithDebInfo -j$(nproc)

Available targets passable to cmake as --target <target_name> are: Elysium_Standalone, Elysium_LV2, lint, and format.