Expand description
§Starry ECS
A very crude parallelized entity-component-system API
Modules§
- component
- Trait for Components
- resources
- Trait for resources
- systems
- Traits for SystemOrdering and Systems
Structs§
- World
- The main runtime of the ECS api.
Enums§
- Starry
Error - An error type for the
try_get
functions
Type Aliases§
- Component
Read Guard - Type alias to a more confusing type
- Component
Write Guard - Type alias to a more confusing type
- Resource
Read Guard - Type alias to a more confusing type
- Resource
Write Guard - Type alias to a more confusing type
- System
Type - A reusable alias to make it easier to change system type signature