From 777df2cbe757a5b2e04c4de5b7cf81e0abd976e2 Mon Sep 17 00:00:00 2001 From: Austin Morlan Date: Sat, 3 Aug 2019 12:29:33 -0700 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)