Sprite Kit Helper Library Adding Support For Tileable Textures, Easier Animations And More

Recently I mentioned some source code examples showing how to create a Flappy Bird style game using Sprite Kit, and previously I mentioned a library providing a component model and some helpers for working with Sprite Kit.

Here’s a nother nice easy to implement library adding some nice useful features to Sprite Kit from John Sundell called Super Sprite Kit.

These extensions provide quite a bit of functionality to help with making Sprite Kit games including:

– Helpers for handling touch interaction
– A custom node nodes with tiled texture
– A custom node with stretched textures for dynamically sized UI components
– A custom node for easily displaying multiple lines of text
– Helpers allowing you to animate without creating new actions
– Support for tags like UIView so you can identify your nodes

You can find SuperSpriteKit on Github here.

A nice library making it easy to perform some common tasks that aren’t included within the Sprite Kit API.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Sprite Kit Helper Library Adding Support For Tileable Textures, Easier Animations And More

©2014 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 *