https://github.com/superauguste/zig-clap
https://github.com/superauguste/zig-clap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/superauguste/zig-clap
- Owner: SuperAuguste
- License: mit
- Created: 2022-06-17T18:59:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T14:12:35.000Z (over 2 years ago)
- Last Synced: 2025-04-15T01:46:02.690Z (about 1 year ago)
- Language: Zig
- Size: 29.3 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clap plugin interface for zig
[clap](https://github.com/free-audio/clap) is absolutely perfect for integration with Zig, so here it is! :)
This is not a simple translate-c of clap but rather an entire re-implementation in Zig with Zig semantics.