This commit is contained in:
karl 2020-09-28 16:53:10 +02:00
commit 80b4aa7ba8

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.