https://github.com/hexops/mach-objc
Generated Objective-C bindings for Zig
https://github.com/hexops/mach-objc
Last synced: 4 months ago
JSON representation
Generated Objective-C bindings for Zig
- Host: GitHub
- URL: https://github.com/hexops/mach-objc
- Owner: hexops
- License: other
- Created: 2023-09-16T22:25:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T05:29:13.000Z (12 months ago)
- Last Synced: 2025-10-01T02:54:03.926Z (4 months ago)
- Language: Zig
- Size: 458 KB
- Stars: 16
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mach-objc: Generated Objective-C bindings for Zig
Zig bindings to various Objective-C APIs, e.g. Metal, AVFAudio, etc.
## Usage
See https://machengine.org/pkg/mach-objc
Use `update.sh` to regenerate the generated source files.
## Issues
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Aobjc).
## Community
Join the Mach engine community [on Discord](https://discord.gg/XNG3NZgCqp) to discuss this project, ask questions, get help, etc.
## Special thanks
Special thanks to @pdoane who did all of the initial work on the generator and generously contributed this to the Mach ecosystem.