https://github.com/ezekielbaniaga/zig-raylib-template
This represents a straightforward application of the raylib library in Zig version 0.11.0.
https://github.com/ezekielbaniaga/zig-raylib-template
zig ziglang
Last synced: 9 days ago
JSON representation
This represents a straightforward application of the raylib library in Zig version 0.11.0.
- Host: GitHub
- URL: https://github.com/ezekielbaniaga/zig-raylib-template
- Owner: ezekielbaniaga
- License: other
- Created: 2023-09-05T11:35:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T13:12:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T21:28:27.023Z (over 1 year ago)
- Topics: zig, ziglang
- Language: Zig
- Homepage:
- Size: 597 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple zig + raylib template
This represents a straightforward application of the raylib library in Zig version 0.11.0.
Quick GIT Note: The libraries included here are cloned using git submodule, which means that when you clone this project, you won't receive the latest version of raylib. This is due to submodules being linked to specific commit IDs.
What about raygui?
Absolutely! raygui has also been included as a submodule. With any luck, I'll find the time to implement it in this template as well.
Thanks to Codotaku's YouTube Channel for showing how it's done.