No code to share yet, but I’ve been looking into writing audio plugins in the CLAP format with Zig. Seems pretty straightforward so far, got their clap-info to load a dummy one, so that’s a good start. Zig’s translate-c can’t handle their headers yet (at least not the 0.16 version, haven’t tried master), but I think hand-translating the struct definitions in a Zig-idiomatic way will be the better path forward anyway.
Hoping to revive (and rewrite in Zig) an old project of mine with this at some point, if I can keep my focus (hard) and pull through. No promises yet, though.