recombinant/raylib-game-template-zig
Translation of raysan5/raylib-game-template to zig
9cc9f3bbbe4d52869be2338d9f13d9d740a05b86
The code in this repository is a translation and refactoring of C source code found at:
https://github.com/raysan5/raylib-game-template
The original code is Copyright (c) 2014-2025 Ramon Santamaria
For documentation refer to the repository above.
The original code is written in C. This code was manually translated to zig and then refactored to be more "zig like" using established zigisms.
#define
var
variablesstruct
with consistent methodszig-0.15.0-dev.515
(May 2025)Please don't be surprised if the project does not compile without tweaking - this is not set up for the unwary.
zig build run