API Reference ECSx v0.2.0

modules

Modules

ECSx is an Entity-Component-System (ECS) framework for Elixir.

Provides an API for working with Components of a specific type.

A Component labels an entity as possessing a particular Aspect, and holds any data needed to model that Aspect.

The Manager for your ECSx application.

Raised at runtime when the Query is invalid.

A fragment of game logic which reads and updates Components.

mix-tasks

Mix Tasks

Generates a new Aspect for an ECSx application.

Generates a new System for an ECSx application.

Generates the Manager process which runs an ECSx application.