View Source ECSx.Manager (ECSx v0.1.0)
In an ECSx application, the Manager is responsible for:
- starting up ETS tables for each Aspect, where the Components will be stored
- keeping track of the Systems to run, and their run order
- configuring the tick rate for the application
- running the Systems every tick
- validating and writing updates from the player clients