Crate yaecs [] [src]

Yet Another Entity Component System

Modules

component

Components

entity

Entity

system

Systems operate on Entitys, using and modifying their Components

world

A world is the containing unit that allows the ECS to function.