s-rack
A modular softsynth
- egui based UI
- Runs natively or in the web browser via WASM
Building and running
Like most Rust apps, s-rack uses Cargo to build:
cargo run
or
cargo build
Developing for web
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/.
