Using Not-Nik's raylib-zig.
Works with Zig 0.13.0, as well as master as of July 28th, 2024.
- Clone repo
zig build run
Rotating cube from https://rosettacode.org/wiki/Draw_a_rotating_cube (had to modify quite a bit to make it work). I don't think I'm using any external libraries, but I'm just guessing. All the raylib stuff is included in raylib-zig.
Using Not-Nik's raylib-zig.
Works with Zig 0.13.0, as well as master as of July 28th, 2024.
zig build run
Rotating cube from https://rosettacode.org/wiki/Draw_a_rotating_cube (had to modify quite a bit to make it work). I don't think I'm using any external libraries, but I'm just guessing. All the raylib stuff is included in raylib-zig.