1
0
Fork 0

Update README

This commit is contained in:
Austin Morlan 2019-08-03 12:29:33 -07:00
parent dd5ba8e4b6
commit 777df2cbe7
Signed by: austin
GPG Key ID: FD6B27654AF5E348
1 changed files with 6 additions and 2 deletions

View File

@ -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)