From 3c2db2dc2ccb830f69622c1b0839ae94c9468c47 Mon Sep 17 00:00:00 2001 From: karl Date: Mon, 18 Jan 2021 19:01:49 +0100 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0bb8b..fdf20f9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,18 @@ C++ ECS OpenGL game demo. -Building requires OpenGL 3.2+, GLFW, GLM and GLAD. +## Movement +- Moving and panning: WASD and mouse +- Switching between free-look and path-mode: P +- Adding a path point: R +- Changing speed in path-mode: W/S +- Toggle anti-aliasing: Q + +## Building + +Building requires OpenGL 3.2+, GLFW, GLM and GLAD. CMake is used for compiling. + +## Credits 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/.