Go to file
2024-01-14 12:11:49 +02:00
.gitignore initial commit 2024-01-14 12:11:49 +02:00
build.zig initial commit 2024-01-14 12:11:49 +02:00
main.c initial commit 2024-01-14 12:11:49 +02:00
README.md initial commit 2024-01-14 12:11:49 +02:00

OpenGL "Hello, Triangle" example

To run this example you need to have glfw, opengl and glew installed on your system.

zig build run

Followed this tutorial: https://antongerdelan.net/opengl/hellotriangle.html