An open API service indexing awesome lists of open source software.

https://github.com/electrostat-lab/cpp-ecs

An ECS framework Mirror (By Austin Morlan) coded in C++ for learning purposes.
https://github.com/electrostat-lab/cpp-ecs

Last synced: 11 months ago
JSON representation

An ECS framework Mirror (By Austin Morlan) coded in C++ for learning purposes.

Awesome Lists containing this project

README

          

# Simple ECS Implementation (2019)

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)