Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 221 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 221 Bytes

A program created using OpenGL designed to draw a cube.

Dependencies: GLFW3 (for windown creation) GLAD (for loading opengl functions) GLM (for transformation math)

Versions older than OpenGL 4.5 are not supported.