July 12, 2014

Working Out Collisions

I have decided to cut out SpriteKit for collisions and use it only for rendering. In place of SK Physics, I will reimplement the physics and collision system from the Objective-C engine. I am taking this opportunity to refine my algorithm and make some necessary optimizations.

Read More

July 2, 2014

Generics in Swift for Entity-Component-Systems