Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T13:35:33.000Z (over 3 years ago)
- Last Synced: 2024-10-01T03:22:41.977Z (4 months ago)
- Topics: lv2, zig, zig-lv2, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 50.8 KB
- Stars: 29
- Watchers: 5
- 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.