1
0
Fork 0
2019-ecs/README.md

8 lines
233 B
Markdown
Raw Normal View History

2019-08-03 19:29:33 +00:00
# Simple ECS Implementation
2019-08-03 19:26:35 +00:00
2019-08-03 19:29:33 +00:00
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)