TODO 1.1 KB

1234567891011
  1. * custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22
  2. * to analyze, long term feature: systems organizer based on dependency graphs for implicit parallelism (I don't want to think anymore in future :-))
  3. * save/restore functionalities - see #27
  4. * scene management (I prefer the concept of spaces, that is a kind of scene anyway)
  5. * blueprint registry - kind of factory to create entitites template for initialization (get rid of the extra versions of Registry::create)
  6. * 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
  7. * debugging tools (#60): the issue online already contains interesting tips on this, look at it
  8. * signals on component creation/destruction: crtp + internal detection, probably it works - test it!!
  9. * define a macro for the noexcept policy, so as to provide users with an easy way to disable exception handling
  10. * explore a way to safely define a "replace" function for tags (mainly for consistency with components)
  11. * AOB