This is (WIP) Entity Component System for my MonoGame Projects. It was heavily inspired and functions similar to Unity3D's implementation of their ECS.
Add Caching and Pooling
Simple implementation of the Entity Component System for my MonoGame Project. Based on Unity3D's ECS.
C#