https://github.com/ziglibs/zig-lv2
Zig-intuitive bindings for LV2.
https://github.com/ziglibs/zig-lv2
lv2 zig zig-lv2 zig-package ziglang
Last synced: 26 days ago
JSON representation
Zig-intuitive bindings for LV2.
- Host: GitHub
- URL: https://github.com/ziglibs/zig-lv2
- Owner: ziglibs
- Created: 2021-03-12T01:49:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T13:35:33.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T11:45:00.549Z (about 1 month ago)
- Topics: lv2, zig, zig-lv2, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 50.8 KB
- Stars: 31
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - zig-lv2🗒️Zig-intuitive bindings for LV2
README
# zig-lv2
A toolkit for LV2 plugin authors written in Zig.
**WARNING: Here be dragons; tons of LV2 features aren't implemented and this isn't ready for production at all.**
## Installing
```bash
git clone --recurse-submodules https://github.com/ziglibs/zig-lv2
```## Getting Started
Check out the example in `examples` which contains both sample Zig code as well as its corresponding Turtle manifest.