Fittiboy / zigcube

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig Cube

Using Not-Nik's raylib-zig.

Works with Zig 0.13.0, as well as master as of July 28th, 2024.

  1. Clone repo
  2. zig build run

About

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.


Languages

Language:Zig 100.0%