Skip to content

baolong281/zig-graphics-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-graphics-test

image

Simple 3D graphics test I made to learn Zig and OpenGL following the OpenGL Tutorial.

This uses, zalgebra, zigglgen, and zglfw

Requirements

  • zig 0.13.0 (?)
  • glfw

Usage

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

About

simple object rendering with zig and opengl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages