11 lines
394 B
Markdown
11 lines
394 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.
|
|
|
|
Image loader from https://github.com/nothings/stb/blob/master/stb_image.h. |