tecs 1.0.11
tecs: ^1.0.11 copied to clipboard
Simple ECS for dart.
1.0.11 #
createEntitiesadded toCommandBuffer.- Generic components test have been added.
1.0.10 #
queryEachPairs,queryEachPairsSelffunctions introduced.CommandBufferimplemented to manipulate world state lazily.removeEntitiesfunction introduced for performant batch removing of entities.createEntitiesandaddComponentsperformance increased.createEntityWithfunction added.
1.0.9 #
- Zero allocation
queryEachfunction introduced.
1.0.8 #
- Big performance boost !
archetypesWithrenamed tofindMatchingArchetypes.
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.