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.
- Open Source iOS Sprite Kit Helper Library That Makes Performing Common Behaviors Easier
- iOS Library That Uses Swizzling To Draw Physics Bodies Makes Debugging Sprite Kit Physics Easier
- News: Appcelerator Titanium Game Engine Module QuickTiGame2D Releases Update
- Tutorial: Masking Sprites In Cocos2D With CCRenderTexture
- Open Source Remix Of The iOS Facebook SDK To Make Things Easier
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.




