Entity Relationships
Entity relationships make it easy and lightning ⥠fast to describe links đ between entities. Exclusive relationships đ allow you to represent hierarchies directly in the ECS.
0.2.X
Entity relationships make it easy and lightning ⥠fast to describe links đ between entities. Exclusive relationships đ allow you to represent hierarchies directly in the ECS.
Queries are blazingly đĨ fast and have caching, optimized đ¤ around querying many components at a time performantly.
Component Hooks đĒ & Cleanup Traits allow you to enforce đŽ invariants and attach lifecycles đ§Ŧ to your entities.
Query monitors đĨī¸ let you track entities and when they change shape in an efficient đ way, enabling you to track changes or store data swiftly đ¨ and safely đˇ outside of the ECS.
B2's API has zero dependencies, making it lightweight đĒļ and portable đŧ.
Internal APIs are typechecked, and the library has Luau & Typescript typings for breakneck 𤸠development pace and safe đĻē code.