add readme

This commit is contained in:
2018-12-12 02:21:06 -05:00
parent a52a65c5d4
commit d07115cf7c

11
readme.md Normal file
View File

@@ -0,0 +1,11 @@
# 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+