Packages

Provides an interface for reading and writing data in an Entity Component System. Note that it is up to the consuming application to implement the 'Systems' as this package simply makes working with data easier.

Current section

Files

Jump to
execs README.md
Raw

README.md

# execs
Elixir Entity Component System. Abstracts away the mechanisms used to store, lookup, and retrieve data in an Entity-Component System.
Note that this application only provides the mechanisms for working with data and expects the consuming application to provide the "System" part of the equation.
WARNING: This software is new and has been minimally tested.