Explorar o código

updated TODO list

Michele Caini %!s(int64=7) %!d(string=hai) anos
pai
achega
4846d211e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      TODO

+ 1 - 0
TODO

@@ -6,6 +6,7 @@
 * define systems as composable mixins (initializazion, reactive, update, whatever) with flexible auto-detected arguments (registry, views, etc)
 * define systems as composable mixins (initializazion, reactive, update, whatever) with flexible auto-detected arguments (registry, views, etc)
 * create dedicated flat map based on types implementation (sort of "type map") for types to use within the registry and so on...
 * create dedicated flat map based on types implementation (sort of "type map") for types to use within the registry and so on...
 * registry::create with a "hint" on the entity identifier to use, it should ease combining multiple registries
 * registry::create with a "hint" on the entity identifier to use, it should ease combining multiple registries
+* is it possible to iterate all the components assigned to an entity through a common base class?
 * optimize for empty components, it would be a mid improvement in terms of memory usage
 * optimize for empty components, it would be a mid improvement in terms of memory usage
 * add some lazy iterative sorters like "single bubble sort loop"
 * add some lazy iterative sorters like "single bubble sort loop"
 * can we do more for shared libraries? who knows... see #144
 * can we do more for shared libraries? who knows... see #144