cd /path/to/this/project
cmake -S . -B build
cmake --build build
This project uses:
- GLFW [Zlib license] (glfw docs, tests and examples are not included in this distribution)
- glad [Various licenses]
- glm [MIT license]
The code is licensed under WTFPL, and tutorials text is licensed under CC-BY-SA 4.0
- Official Khronos tutorial
- LearnOpenGL
- opengl-tutorial
- OpenGL Step by Step
- and many others