+ All Categories
Home > Technology > SpriteKit 101

SpriteKit 101

Date post: 08-May-2015
Category:
Upload: marin-todorov
View: 2,652 times
Download: 1 times
Share this document with a friend
Description:
SpriteKit is Apple's own game framework that came out with iOS7. It arguably does a number of things better than the rest of the 2D game frameworks out there and here they are.
28
SpriteKit 101 www.spritekit101.info Marin Todorov Friday, October 25, 13
Transcript
Page 1: SpriteKit 101

SpriteKit 101www.spritekit101.info

Marin Todorov

Friday, October 25, 13

Page 2: SpriteKit 101

www.spritekit101.info

Marin Todorov

“Touch Code Magazine” www.touch-code-magazine.com

“Ray Wenderlich iOS Team” www.raywenderlich.com (biggest iPhone blog out there)

Active on GitHub, Stackoverflow, what have you...

Friday, October 25, 13

Page 3: SpriteKit 101

www.spritekit101.info

Marin Todorov

“iOS Games by Tutorials”

“iOS7 by Tutorials”

“Adobe AIR Cookbook”and more...

Friday, October 25, 13

Page 4: SpriteKit 101

www.spritekit101.info

Today you will:

★ Learn about SpriteKit

★ See SpriteKit Code

★ Get inspired to create iOS games

★ and ...

Friday, October 25, 13

Page 5: SpriteKit 101

www.spritekit101.info

Swag

SWAG!Arghhh!

Friday, October 25, 13

Page 6: SpriteKit 101

www.spritekit101.info

Swag

1 copy of “Texture packer”

1 copy “iOS Games by Tutorials”

1 copy of Particle Designer 2.0

Friday, October 25, 13

Page 7: SpriteKit 101

www.spritekit101.info

This Session

1. Introduction2. About SpriteKit3. How is SpriteKit better?4. Code demo5. Swag!6. Q & A

Friday, October 25, 13

Page 9: SpriteKit 101

www.spritekit101.info

SpriteKit

- 2D game framework- Objective-C only!- Apple design to the max- integrated in XCode- very simple to prototype games

Friday, October 25, 13

Page 10: SpriteKit 101

www.spritekit101.info

Cocos2D

- Tens of thousands of games built with Cocos2d- Bought by Zynga(#1 game company of Facebook)

- Spawned multi-platform version Cocos2DX

Friday, October 25, 13

Page 11: SpriteKit 101

www.spritekit101.info

Cocos2D

SpriteKit APIs look VERY similar to Cocos2D...

Friday, October 25, 13

Page 12: SpriteKit 101

www.spritekit101.info

Cocos2D

=

Friday, October 25, 13

Page 13: SpriteKit 101

www.spritekit101.info

This Session

1. Introduction2. About SpriteKit3. How is SpriteKit better?4. Code demo5. Swag!6. Q & A

Friday, October 25, 13

Page 14: SpriteKit 101

www.spritekit101.info

Advantages1) Automatic Spritesheets

Friday, October 25, 13

Page 15: SpriteKit 101

www.spritekit101.info

Advantages2) Built-in particle editor

Friday, October 25, 13

Page 16: SpriteKit 101

www.spritekit101.info

Advantages3) Built-in physics

Images Physics

sync

sync

SpriteKit

Friday, October 25, 13

Page 17: SpriteKit 101

www.spritekit101.info

Advantages4) UIKit integrated

Friday, October 25, 13

Page 18: SpriteKit 101

www.spritekit101.info

Advantages5) Fonts are supported

You Lose

Loser!

Friday, October 25, 13

Page 19: SpriteKit 101

www.spritekit101.info

Advantages6) Video

Friday, October 25, 13

Page 20: SpriteKit 101

www.spritekit101.info

Advantages7) Effects

Friday, October 25, 13

Page 21: SpriteKit 101

www.spritekit101.info

Advantages8) Objective-C rulez

C / C++ActionScriptJavaScriptVisualBasic

Image: Glen BowmanFriday, October 25, 13

Page 22: SpriteKit 101

www.spritekit101.info

This Session

1. Introduction2. About SpriteKit3. How is SpriteKit better?4. Code demo5. Swag!6. Q & A

Friday, October 25, 13

Page 23: SpriteKit 101

www.spritekit101.info

Bird Evil

Friday, October 25, 13

Page 24: SpriteKit 101

www.spritekit101.info

This Session

1. Introduction2. About SpriteKit3. How is SpriteKit better?4. Code demo5. Swag!6. Q & A

Friday, October 25, 13

Page 25: SpriteKit 101

Swag

Friday, October 25, 13

Page 26: SpriteKit 101

Swag

Friday, October 25, 13

Page 27: SpriteKit 101

www.spritekit101.info

This Session

1. Introduction2. About SpriteKit3. How is SpriteKit better?4. Code demo5. Swag!6. Q & A

Friday, October 25, 13

Page 28: SpriteKit 101

SpriteKit rocks!

Thank you!www.spritekit101.info

Friday, October 25, 13


Recommended