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/.