diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c369a69 --- /dev/null +++ b/readme.md @@ -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+ \ No newline at end of file