A modular softsynth
- egui based UI
- Runs natively or in the web browser via WASM
Like most Rust apps, s-rack uses Cargo to build:
cargo run
or
cargo build
s-rack uses Trunk to manage building for web.
You can trunk serve
to start a live-reloading environment or trunk build
to create a build in dist/
.