From 62a0552bd8cb84568975c4d4e77a2c57303c4078 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sat, 4 Jan 2020 12:57:21 -0500 Subject: [PATCH] Update readme.md --- readme.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index c369a69..e74adf5 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,3 @@ -# OpenGL Application Template +# Simplex Visualizations -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 +Features are being merged into https://github.com/JCRaymond/toddcox-faster. Favor that instead.