9 lines
220 B
Markdown
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
|