Month: July 2014

July 28, 2014

Progress

I have modified the code to be compatible with Xcode 6 Beta 4 and finished implementing the simple physics system. I have not thoroughly tested it yet, but it appears to be stable enough. The next thing to implement is basic input handlers, although that will be handled game side rather than engine side.

Read More

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