A simple OpenGL application built with Zig 0.14.0.
- OpenGL rendering with GLFW through the zglfw wrapper
- RGB triangle with vertex and fragment shaders
- FPS counter in console
- Zig 0.14.0 or newer
- OpenGL 3.3 compatible graphics driver
- GLFW3 library installed on your system
zig build runClose the window with Escape key or by clicking the close button.
MIT