Hello ECS is an attempt to create a simple ECS (Entity Component System) framework
DoD references | Link |
---|---|
Mike Acton DoD | https://www.youtube.com/watch?v=rX0ItVEVjHc |
Overwatch Architecture | https://www.youtube.com/watch?v=W3aieHjyNvw |
Overview of ECS | https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#what-is-ecs |
DOD concepts | https://aras-p.info/texts/files/2018Academy%20-%20ECS-DoD.pdf |
ECS Hierarchy | http://cowboyprogramming.com/2007/01/05/evolve-your-heirachy/ |
EnTT Overview | https://gist.github.com/dakom/82551fff5d2b843cbe1601bbaff2acbf] |
Code References | Link |
---|---|
ECS Blog | https://austinmorlan.com/posts/entity_component_system/ |
EnTT | https://github.com/skypjack/entt |
Flecs | https://github.com/SanderMertens/flecs |