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

+ 4 - 4
TODO

@@ -15,7 +15,6 @@
 * hashed string: add implicit check on construction for uniqueness (optional)
 * destroy overload that accepts a couple of iterators (see create)
 * allow for built-in parallel each if possible
-* add on-the-fly sort functionality (is it possible?)
 * write/show how to create prefabs on top of EnTT (that's easy!!)
 * mention hunter in the readme file, section packaging tools
 * travis + windows is now available, try it
@@ -23,6 +22,7 @@
 * tags revenge: if it's possible, reintroduce them but without a link to entities (see #169 for more details)
 
 Ready to go:
-* stealing archetype-like model on top of EnTT (design completed, wip dev)
-* write/show how to create an archetype based model on top of EnTT
-* note: do not include it in EnTT, it breaks the pay-for-what-you-use principle all the ways
+==> req: ref to value with curried functions
+* add on-the-fly sort functionality (is it possible?)
+* (even more) optimized standard views are possible!
+* induce-respect policy