March 11, 2014
The Sprite System
Now that the ECS framework is in place, I will begin implementing some basic systems to use in a game. These systems will include everything necessary to create a simple game, handling input, physics, collisions, and rendering. A developer may choose to implement his own systems if greater complexity or different behavior is required.