10

Here’s another nice library for working with SpriteKit providing a number of useful of SpriteKit helpers called HLSpritekit from Hilogames that is especially useful for those looking to create an interface within their SpriteKit scenes.

Some of the features of HLSpriteKit include:

  • Loading of scene assets in the background
  • Easier gesture handling
  • Organization of content into a grid format
  • A Toolbar node
  • A button node
  • A layout manager for table-style layouts
  • Modal presentation of nodes

You can find HLSpriteKit on Github.