bepzi / elysium

A JUCE app with Rust guts
GNU General Public License v3.0
4 stars 0 forks source link
cxx juce rust

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.