Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-05T13:12:30.000Z (over 1 year ago)
- Last Synced: 2024-11-12T02:36:52.771Z (3 months 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.