A simple GLSL/Slang audio editor.
- In-app code editor
- Shader hot reloading, for editing with an external editor
- L/R audio preview
- Open/save .glsl and .slang files
- shader compilation with error log
- Ctrl + Enter to quick-compile
You will need to have the Vulkan SDK installed.
Then build and run synth:
git clone https://github.com/n-e-l/synth.git
cd synth
cargo run --release
- Longer audio sample generation
