Sprite Kit is a 2D game engine built into Xcode 5 that provides graphics rendering and animation capabilities using sprites. It includes built-in classes for nodes, scenes, actions and shapes, and features like a particle editor, physics engine and texture packer. Sprite Kit uses a bottom-left coordinate system and makes animation and game development easy through its convenient API.
2. Inside the video
Introduction of Sprite Kit
Code Sample demo
Snippets and explanations
3. What is it?
Sprite Kit provides a graphics rendering
and animation infrastructure that you can
use to animate arbitrary textured images,
or sprites.
6. Sprite Kit built in Classes
SKView
SKNode
SKSpriteNode
SKScene
SKActions
SKShapeNode
7. Sprite Kit Main features
Built
Built
Built
Built
in
in
in
in
animation object hierarchies
particle editor on XCode 5
Physic Engine
Texture Packer in Xcode 5