From f1eaecde89125b2eede5dd72cf45bee333dd993b Mon Sep 17 00:00:00 2001 From: karl Date: Wed, 15 Jan 2020 20:14:48 +0100 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 142d62e..7496f33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ECSGame -C++ ECS OpenGL game demo +C++ ECS OpenGL game demo. + +Building requires OpenGL 3.2+, GLFW, GLM and GLAD. Some code adapted from Joey de Vries' (https://twitter.com/JoeyDeVriez) tutorials at https://learnopengl.com/About licensed under https://creativecommons.org/licenses/by-nc/4.0/.