ecsgame/README.md
2020-01-04 18:18:03 +01:00

7 lines
268 B
Markdown

# ECSGame
C++ ECS OpenGL game demo
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.