TODO 1.3 KB

1234567891011121314151617181920212223242526272829
  1. EXAMPLES
  2. * filter on runtime values/variables (not only types)
  3. * support to polymorphic types (see #859)
  4. DOC:
  5. * custom storage/view
  6. * examples (and credits) from @alanjfs :)
  7. * update entity doc when the storage based model is in place
  8. * in-place O(1) release/destroy for non-orphaned entities, out-of-sync model
  9. TODO (high prio):
  10. * check natvis files (periodically :)
  11. * resource cache: avoid using shared ptr with loader and the others
  12. * further optimize exclusion lists in multi type views (no existence check)
  13. * doc: bump entities
  14. * view with entity storage: begin/end should return filtered iterators
  15. * update view doc: single vs multi type views are no longer a thing actually
  16. * meta container: add value type to resize
  17. * ===> TEST: review view tests after the last changes
  18. WIP:
  19. * get rid of observers, storage based views made them pointless - document alternatives
  20. * exploit the tombstone mechanism to allow enabling/disabling entities (see bump, compact and clear for further details)
  21. * process scheduler: reviews, use free lists internally
  22. * deprecate non-owning groups in favor of owning views and view packs, introduce lazy owning views
  23. * bring nested groups back in place (see bd34e7f)
  24. * work stealing job system (see #100) + mt scheduler based on const awareness for types
  25. * review/refine ENTT_ASSERT_CONSTEXPR usage
  26. * bump: tombstone aware and return version