Add screenshot to README

This commit is contained in:
Karl 2020-09-22 22:06:23 +02:00 committed by GitHub
parent f1eaecde89
commit 161bd6db4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
# ECSGame # ECSGame
![screenshot](screenshot.png)
C++ ECS OpenGL game demo. C++ ECS OpenGL game demo.
Building requires OpenGL 3.2+, GLFW, GLM and GLAD. 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. ECS library from https://github.com/redxdev/ECS.
Image loader from https://github.com/nothings/stb/blob/master/stb_image.h. Image loader from https://github.com/nothings/stb/blob/master/stb_image.h.