Files
entt/TODO
2018-02-25 22:53:57 +01:00

8 lines
664 B
Plaintext

* filtered each (apply a filter to the entities before to return them, it heps separating checks from logic)
* custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22
* to analyze, long term feature: systems organizer based on dependency graphs for implicit parallelism (I don't want to think anymore in future :-))
* save/restore functionalities - see #27
* parent-child relationships between entities directly managed by the registry. is it possible to do that in a clean and safe way?
* blueprint registry - external tool, kind of factory to create entitites template for initialization
* AOB