Crate zengine_ecs
Source - event
- Event handling types
- query
- Tools to retrieve entity and component from the World
- system
- Tools for controlling behavior in an ECS application
- Entity
- Identifier of an entity
- World
- Stores and exposes operations on entities, components, resources
- Component
- A data type that can be used to store data for an Entity
- Resource
- A data type that can be used to store resource in the World
- UnsendableResource
- A data type that can be used to store unsendable resource in the World