ecsgame/README.md

11 lines
394 B
Markdown
Raw Normal View History

2019-12-13 13:15:02 +01:00
# ECSGame
C++ ECS OpenGL game demo
2020-01-04 18:18:03 +01:00
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/.
OBJ-Loader from https://github.com/Bly7/OBJ-Loader.
2020-01-14 12:57:54 +01:00
ECS library from https://github.com/redxdev/ECS.
Image loader from https://github.com/nothings/stb/blob/master/stb_image.h.