|
|
@@ -20,3 +20,4 @@
|
|
|
- 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
|
|
|
* 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 :-)
|