re.ecs

engine entity component system

Modules

component
module re.ecs.component

ecs component (unit of composable functionality)

entity
module re.ecs.entity

ecs entity (container of components)

manager
module re.ecs.manager

internal orhestration of entity/component system

renderable
module re.ecs.renderable

base interface for renderable components

storage
module re.ecs.storage

internal engine class for optimized access of component data

updatable
module re.ecs.updatable

base interface for updatable components

Public Imports

re.ecs.manager
public import re.ecs.manager;
Undocumented in source.
re.ecs.entity
public import re.ecs.entity;
Undocumented in source.
re.ecs.component
public import re.ecs.component;
Undocumented in source.
re.ecs.renderable
public import re.ecs.renderable;
Undocumented in source.
re.ecs.updatable
public import re.ecs.updatable;
Undocumented in source.

Meta