Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramonmeza/zig-clap
Zig bindings for free-audio's CLAP library.
https://github.com/ramonmeza/zig-clap
audio c clap library plugin vst zig
Last synced: about 2 months ago
JSON representation
Zig bindings for free-audio's CLAP library.
- Host: GitHub
- URL: https://github.com/ramonmeza/zig-clap
- Owner: ramonmeza
- License: mit
- Created: 2024-11-07T19:00:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T04:45:04.000Z (3 months ago)
- Last Synced: 2024-11-08T05:28:49.998Z (3 months ago)
- Topics: audio, c, clap, library, plugin, vst, zig
- Language: C
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- https://nakst.gitlab.io/tutorial/clap-part-1.html
I basically ported nakst's CLAP plugin to Zig. This article was extremely helpful in developing this binding.- https://github.com/Not-Nik/raylib-zig
I based a lot of my design decisions off of Not Nik's raylib-zig repo. This repo is great and really made me want to dive into Zig bindings in the first place.