From d07115cf7cbded069c5d6bcf7bda8b78b2439bae Mon Sep 17 00:00:00 2001 From: allem Date: Wed, 12 Dec 2018 02:21:06 -0500 Subject: [PATCH] add readme --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 readme.md 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