tecs 1.0.11 copy "tecs: ^1.0.11" to clipboard
tecs: ^1.0.11 copied to clipboard

Simple ECS for dart.

1.0.11 #

  • createEntities added to CommandBuffer.
  • Generic components test have been added.

1.0.10 #

  • queryEachPairs, queryEachPairsSelf functions introduced.
  • CommandBuffer implemented to manipulate world state lazily.
  • removeEntities function introduced for performant batch removing of entities.
  • createEntities and addComponents performance increased.
  • createEntityWith function added.

1.0.9 #

  • Zero allocation queryEach function introduced.

1.0.8 #

  • Big performance boost !
  • archetypesWith renamed to findMatchingArchetypes.

1.0.7 #

  • clearEntities function now invalidates QueryParams with 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.
2
likes
130
points
373
downloads

Publisher

unverified uploader

Weekly Downloads

Simple ECS for dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on tecs