Crate starry_ecs

Source
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§

StarryError
An error type for the try_get functions

Type Aliases§

ComponentReadGuard
Type alias to a more confusing type
ComponentWriteGuard
Type alias to a more confusing type
ResourceReadGuard
Type alias to a more confusing type
ResourceWriteGuard
Type alias to a more confusing type
SystemType
A reusable alias to make it easier to change system type signature