Michele Caini 7 лет назад
Родитель
Сommit
6a53cb32d8
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      TODO

+ 4 - 0
TODO

@@ -5,6 +5,10 @@
 * define basic reactive systems (track entities to which component is attached, track entities from which component is removed, and so on)
 * 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...
+* registry::create with a "hint" on the entity identifier to use, it should ease combining multiple registries
+* add a member function aside current and version to get the actual identifier without its version
+* can we do more for shared libraries? who knows... see #144
 * work stealing job system (see #100)
+* reflection system (maybe)
 * C++17. That's all.
 * AOB