A lightweight ECS, with messaging queue, for MonoGame. Provides:
- A basic
Entity
class that can add/remove/getComponent
instances - A basic library of
Component
classes, likeSpriteComponent
andInputComponent
- A messaging mechanism: components broadcast, other components subscribe/receive