Files
entt/TODO
Michele Caini 94ede1b324 updated TODO
2018-02-21 22:24:23 +01:00

7 lines
589 B
Plaintext

* FilteredView (decorator with a member method that accepts a filter function to apply to the entities returned by the underlying view)
* 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?
* AOB