podpad is a simple synthesizer and sequencer built with Zig and SDL2 (SDL3 soon).
2023-11-22.04-58-17.mp4
- Windows:
- Just run
zig build
and you should be good to go.
- Just run
- Linux and MacOS:
- Make sure you have SDL2 and it's development libraries installed.
- Run
zig build
.