astral-shining/zig-opengl-triangle
Zig Triangle using OpenGL Core 3.3 & GLFW
Hii, this is my 4th day learning zig so I decided implement a triangle using ZGL and mach zig libraries. I hope it helps.
git clone https://github.com/astral-shining/zig-opengl-triangle
cd zig-opengl-triangle
git submodule update --init --recursive --depth 1
zig build -Drelease-fast