Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.