recombinant/raylib-game-template-zig
Translation of raysan5/raylib-game-template to zig
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-2024 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 methods0.13.0
(June 2024)Please don't be surprised if the project does not compile without tweaking - this is not set up for the unwary.
zig build run