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

https://github.com/superpuero/ecs-smart-box

C++ implementation of basic ECS using heap allocated, type erased components, that are using mechanism similar to unique_ptr.
https://github.com/superpuero/ecs-smart-box

c cpp cpp11 cpp17 cpp20 enitity-component-system entity entity-component heap memory system

Last synced: 12 months ago
JSON representation

C++ implementation of basic ECS using heap allocated, type erased components, that are using mechanism similar to unique_ptr.

Awesome Lists containing this project