|
|
@@ -24,7 +24,6 @@ TODO:
|
|
|
* use unique_ptr or any for meta_custom_node
|
|
|
* paged vector as a standalone class
|
|
|
* resource: shared_from_this?
|
|
|
-* finish the imgui viewer/editor!
|
|
|
* archetype-like a-là EnTT support (see my own notes)
|
|
|
* organizer: view/storage only based model, no registry
|
|
|
* redesign snapshot as a whole
|
|
|
@@ -32,8 +31,9 @@ TODO:
|
|
|
* storage: shrink_to_fit does not work with reentrant destructor?
|
|
|
* make meta_any buffer size configurable (propagate to any)
|
|
|
* test trivially_destructible optimization
|
|
|
+* try to fully support uint16_t for entity types
|
|
|
* document stl and injections support (md)
|
|
|
* document new meta multi support (md)
|
|
|
-* fast lookup on meta reset
|
|
|
* use meta_any::type(value) with from_void and the like to avoid lookups in some cases
|
|
|
-* try to fully support uint16_t for entity types
|
|
|
+* more tests for fast lookups on resolve and meta reset
|
|
|
+* finish the imgui viewer/editor!
|