浏览代码

updated TODO

Michele Caini 7 年之前
父节点
当前提交
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)
 * hashed string: add implicit check on construction for uniqueness (optional)
 * destroy overload that accepts a couple of iterators (see create)
 * destroy overload that accepts a couple of iterators (see create)
 * allow for built-in parallel each if possible
 * 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!!)
 * write/show how to create prefabs on top of EnTT (that's easy!!)
 * mention hunter in the readme file, section packaging tools
 * mention hunter in the readme file, section packaging tools
 * travis + windows is now available, try it
 * 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)
 * tags revenge: if it's possible, reintroduce them but without a link to entities (see #169 for more details)
 
 
 Ready to go:
 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