Plug and play Zig setup
- Clone
- git submodule init
- git submodule update
- zig build
To update bindings if needed:
- pip install libclang
- python3 binding_generator.py
- it will update reaper_functions.zig in /src/lib folder
Plug and play Zig setup
To update bindings if needed: