opengl-c-example/README.md
2024-01-14 12:11:49 +02:00

9 lines
220 B
Markdown

# 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