9 lines
318 B
Markdown
9 lines
318 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.
|
|
|
|
ECS library from https://github.com/redxdev/ECS. |