Crate yaecs

Source
Expand description

Yet Another Entity Component System #![deny(missing_docs)]

Structs§

Entities
Entity
An Entity is simply an identifier for a bag of components. In general, Systems operate on a subset of all entities that posess components the System is interested in.
EntityBuilder
World

Traits§

System

Type Aliases§

Globals