Open Source iOS Sprite Kit Helper Library That Makes Performing Common Behaviors Easier

Previously I mentioned a set of iOS 7 source code examples including one demonstrating Sprite Kit basics, and a tutorial on using Sprite Kit to create a space invaders game.

Here’s a nice library providing and a component model for Sprite Kit called SpriteKit-Components that makes it easier to perform specific behaviors with your nodes.

The component model allows you to reuse code within modes, and adds a number of useful methods to each node such as onEnter, and onExit methods like Cocos2D, an update method, and methods for easier touch interaction.

You can find SpriteKit-Components on Github here.

A useful library if you’re working with Sprite Kit.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS Sprite Kit Helper Library That Makes Performing Common Behaviors Easier

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *