TODO 938 B

123456789
  1. * filtered each (apply a filter to the entities before to return them, it helps separating checks from logic)
  2. * custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22
  3. * to analyze, long term feature: systems organizer based on dependency graphs for implicit parallelism (I don't want to think anymore in future :-))
  4. * save/restore functionalities - see #27
  5. * parent-child relationships between entities directly managed by the registry. is it possible to do that in a clean and safe way?
  6. * scene management (I prefer the concept of spaces, that is a kind of scene anyway)
  7. * blueprint registry - kind of factory to create entitites template for initialization (get rid of the extra versions of Registry::create)
  8. * review doc: separate it in multiple md/dox files, reduce the readme to a minimum and provide users with links to the online documentation on gh-pages
  9. * AOB