11 lines
230 B
Markdown
11 lines
230 B
Markdown
# OpenGL Application Template
|
|
|
|
A template and framework for building OpenGL applications in C++.
|
|
|
|
### Libraries:
|
|
|
|
* glad (OpenGL Bindings)
|
|
* glfw (Window and OpenGL Context Management)
|
|
* glm (Linear Algebra)
|
|
|
|
Requires CMake 3.10+ |