Crate aecs [] [src]

Structs

Entity

Represents an entity which constists of multiple components

World

A world struct containing all the entitites and systems

Traits

Component

A component trait Each component should have a distinct ID

System

The system trait