tecs 1.0.7
tecs: ^1.0.7 copied to clipboard
Simple ECS for dart.
1.0.7 #
clearEntitiesfunction now invalidatesQueryParamswith world versioning. (** BUG FIX **)
1.0.4 #
- Querying will return the list of rows directly instead of capsulating them in a class.
- Ability to query with parameters has been added.
queryWithParams,queryCountWithParams - Helper functions added for creating custom queries.
componentID,componentColumn,archetypesWith
1.0.3 #
- Ability to create entities with multiple components, in bulk.
1.0.2 #
- BitHash to SetHash so you can have more than 32 components.
1.0.1 #
- Ability to add and remove components in bulk.
1.0.0 #
- Initial release.