diff --git a/README.md b/README.md index e141ad6..5104612 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# ecs +# Simple ECS Implementation -A simple C++ ECS implementation for a game engine. \ No newline at end of file +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)