From 161bd6db4a43832b774ddfd43f2d4c54e9590b39 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 22 Sep 2020 22:06:23 +0200 Subject: [PATCH] Add screenshot to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7496f33..ed0bb8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ECSGame +![screenshot](screenshot.png) + C++ ECS OpenGL game demo. Building requires OpenGL 3.2+, GLFW, GLM and GLAD. @@ -10,4 +12,4 @@ OBJ-Loader from https://github.com/Bly7/OBJ-Loader. ECS library from https://github.com/redxdev/ECS. -Image loader from https://github.com/nothings/stb/blob/master/stb_image.h. \ No newline at end of file +Image loader from https://github.com/nothings/stb/blob/master/stb_image.h.