ݺߣ

ݺߣShare a Scribd company logo
Introduction to Sprite Kit
Session (502)
Riza Alaudin Syah
Inside the video
 Introduction of Sprite Kit
 Code Sample demo
 Snippets and explanations
What is it?
Sprite Kit provides a graphics rendering
and animation infrastructure that you can
use to animate arbitrary textured images,
or sprites.
2D Game Engine!!
comparable to CoCos2D-iPhone
Sprite Kit animation structure
Sprite Kit built in Classes







SKView
SKNode
SKSpriteNode
SKScene
SKActions
SKShapeNode
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
Most Interesting Points
- Particle Editor
- Super easy and convenient API
- Physics Engine
Caution !!
 Coordinate system is different with
UIKit, {0,0} is on bottom left. Same with
core graphics coordinate system
Demo and Resources
 apple developer :

https://developer.apple.
com/library/ios/documentation/GraphicsAnimation/Conceptual/SpriteKit_PG/Introduction/Introdu
ction.html#//apple_ref/doc/uid/TP40013043-CH1-SW1

 Tutorial : http://www.raywenderlich.com/42699/spritekit-tutorial-for-beginners

More Related Content

Sprite kit

  • 1. Introduction to Sprite Kit Session (502) Riza Alaudin Syah
  • 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.
  • 4. 2D Game Engine!! comparable to CoCos2D-iPhone
  • 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
  • 8. Most Interesting Points - Particle Editor - Super easy and convenient API - Physics Engine
  • 9. Caution !! Coordinate system is different with UIKit, {0,0} is on bottom left. Same with core graphics coordinate system
  • 10. Demo and Resources apple developer : https://developer.apple. com/library/ios/documentation/GraphicsAnimation/Conceptual/SpriteKit_PG/Introduction/Introdu ction.html#//apple_ref/doc/uid/TP40013043-CH1-SW1 Tutorial : http://www.raywenderlich.com/42699/spritekit-tutorial-for-beginners