Michele Caini пре 7 година
родитељ
комит
0b81421124
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      TODO

+ 1 - 0
TODO

@@ -20,3 +20,4 @@
   - each components only return actual component, so shared components are returned only once
   - each components only return actual component, so shared components are returned only once
 * add a sort of "fast each" for when users know they are not to add/remove components, it can use directly raw access and improve even further performance
 * add a sort of "fast each" for when users know they are not to add/remove components, it can use directly raw access and improve even further performance
 * types defined at runtime that refer to the same compile-time type (but to different pools) are possible, the library is almost there
 * types defined at runtime that refer to the same compile-time type (but to different pools) are possible, the library is almost there
+* view/group iterators that return entities and components? I'd still like to have it :-)