Update README
This commit is contained in:
parent
dd5ba8e4b6
commit
777df2cbe7
|
@ -1,3 +1,7 @@
|
||||||
# ecs
|
# Simple ECS Implementation
|
||||||
|
|
||||||
A simple C++ ECS implementation for a game engine.
|
A very simple ECS implementation.
|
||||||
|
|
||||||
|
[Here is a blog post about it.](https://austinmorlan.com/posts/entity_component_system/)
|
||||||
|
|
||||||
|
![Demo](https://austinmorlan.com/posts/entity_component_system/media/demo.gif)
|
||||||
|
|
Loading…
Reference in New Issue