Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.