Simple 3D graphics test I made to learn Zig and OpenGL following the OpenGL Tutorial.
This uses, zalgebra, zigglgen, and zglfw
- zig 0.13.0 (?)
- glfw
Supports basic obj files and loading DDS and BMP textures.
// zig build run -- <path to obj file> <path to texture (optional)>
zig build run -- test/room.obj test/lightmap.DDS