ramonmeza/zig-clap
Zig bindings for free-audio's CLAP library.
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.