|
@@ -9,7 +9,6 @@
|
|
|
* optimize for empty components, it would be a mid improvement in terms of memory usage (see std::is_empty)
|
|
* optimize for empty components, it would be a mid improvement in terms of memory usage (see std::is_empty)
|
|
|
* deep copy of a registry (or use the snapshot stuff to copy components and keep intact ids at least)
|
|
* deep copy of a registry (or use the snapshot stuff to copy components and keep intact ids at least)
|
|
|
* is it possible to iterate all the components assigned to an entity through a common base class?
|
|
* is it possible to iterate all the components assigned to an entity through a common base class?
|
|
|
-* prototype should offer a way to retrieve its internal registry
|
|
|
|
|
* can we do more for shared libraries? who knows... see #144
|
|
* can we do more for shared libraries? who knows... see #144
|
|
|
* work stealing job system (see #100)
|
|
* work stealing job system (see #100)
|
|
|
* composable looper so as to pack erased systems, compose runners at different rates and run them at once in the loop
|
|
* composable looper so as to pack erased systems, compose runners at different rates and run them at once in the loop
|