# 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