Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 398 Bytes

podpad 🎛️

podpad is a simple synthesizer and sequencer built with Zig and SDL2 (SDL3 soon).

Example

2023-11-22.04-58-17.mp4

Building

  • Windows:
    • Just run zig build and you should be good to go.
  • Linux and MacOS:
    • Make sure you have SDL2 and it's development libraries installed.
    • Run zig build.