Getting started with SpriteKit : develop fun and exciting games and create amazing animations for your existing apps with SpriteKit, Apple's 2D game development framework /
Develop fun and exciting games and create amazing animations for your existing apps with SpriteKit, Apple's 2D game development framework About This Book Learn the key concepts of game development in iOS Take advantage of SpriteKit to create your own games and improve your apps Follow the step-...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2016.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | EBSCO_ocn937787293 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 160209s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d DEBBG |d DEBSZ |d COO |d VT2 |d UOK |d CEF |d OCLCQ |d N$T |d AGLDB |d IGB |d AUW |d BTN |d INTCL |d MHW |d SNK |d OCLCA |d RDF |d K6U |d QGK |d OCLCO |d OCLCQ |d OCLCA | ||
019 | |a 1259195322 | ||
020 | |a 9781785885280 |q (electronic bk.) | ||
020 | |a 1785885286 |q (electronic bk.) | ||
020 | |z 9781785887338 | ||
020 | |z 1785887335 | ||
029 | 1 | |a DEBBG |b BV043968846 | |
029 | 1 | |a DEBSZ |b 485793571 | |
029 | 1 | |a GBVCP |b 882848550 | |
035 | |a (OCoLC)937787293 |z (OCoLC)1259195322 | ||
050 | 4 | |a GV1469.3 | |
072 | 7 | |a GAM |x 001000 |2 bisacsh | |
082 | 0 | 4 | |a 794.8 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Jordán, Jorge, |e author. | |
245 | 1 | 0 | |a Getting started with SpriteKit : |b develop fun and exciting games and create amazing animations for your existing apps with SpriteKit, Apple's 2D game development framework / |c Jorge Jordán. |
246 | 3 | 0 | |a Develop fun and exciting games and create amazing animations for your existing apps with SpriteKit, Apple's 2D game development framework |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed January 4, 2019) | |
500 | |a Includes index. | ||
505 | 0 | |a Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The First Step toward SpriteKit ; Game engines; Creating a new SpriteKit project; Running the project for first time; How the default project looks like; The SKNode class; The SKNode class properties; The position property; The frame property; The zPosition property; The hidden property; An alpha property; The children node; name; userInteractionEnabled; Using SKNode to organize a scene; SKScene; The game loop; The SKScene properties; scaleMode; anchorPoint; size | |
505 | 8 | |a BackgroundColorYour first game -- InsideTheHat; Our first SKSpriteNode class; Adding a background; Working with screen resolutions; Summary; Chapter 2: What Makes a Game a Game? ; Handling touch events; Handling actions; Building a wall; Running through the doors; 1-star challenge: an easier way to reset position; The solution; Creating loops; Installing doors into the wall; Collision management; Understanding collisions; Handling collisions; 1-star challenge: check collisions accurately; The solution; Creating labels; Aligning labels; Playing some music; AVFoundation | |
505 | 8 | |a 2-star challenge: reproducing sound effectsThe solution; Summary; Chapter 3: Taking Games One Step Further ; Extending the SKNode class; Creating a new class; Handling the behavior of custom classes; 2-star challenge: colliding puppets; Solution; The parallax effect; The update method and delta times; Creating animations in SpriteKit; 2-star challenge: animate collisions; The solution; Geometrical primitives; Summary; Chapter 4: From Basic to Professional Games ; Ending the game; 3-star challenge: restarting a game; The solution; Creating a main menu; Transitions and scenes | |
505 | 8 | |a The SKTransition classCreating a tutorial; Updating the tutorial steps; Loading and saving data; The NSUserDefaults class; 2-star challenge: completing the tutorial; The solution; The property list files; Summary; Chapter 5: Utilizing the Hardware and Graphics Processor ; Using the accelerometer; The CMMotionManager class; Compensating for the position of the device; Adding shaders to our game; Turning on the lights; Creating lights with the editor; Programmatically creating lights; 2-star challenge: moving lights; The solution; Summary; Chapter 6: Auxiliary Techniques | |
505 | 8 | |a Creating particle systemsCreating an emitter with the editor; Creating the emitter programmatically; Combining SpriteKit and UIKit; Including UIKit in a game; Including SpriteKit in an app; Using third-party tools; Creating audio resources; Voice memos; Audacity; GarageBand; Font makers; How to find audio files; How to find images; Summary; Index | |
520 | |a Develop fun and exciting games and create amazing animations for your existing apps with SpriteKit, Apple's 2D game development framework About This Book Learn the key concepts of game development in iOS Take advantage of SpriteKit to create your own games and improve your apps Follow the step-by-step chapters to create a complete product ready to submit to the App Store Who This Book Is For Getting Started with SpriteKit is for beginner-level iOS developers who want to add an extra edge to their apps and create amazing games using SpriteKit. It doesn't matter whether you have experience in iOS development or not as this book will show you the swift tricks you can use to create games. What You Will Learn Create and configure a SpriteKit project from scratch Load and manage the basic elements of games such as sprites, labels, and geometrical primitives Handle touch events, detect collisions, and play sound audio files Create complex elements, animate sprites, and run the parallax effect Complete your games with key components such as a main menu, transitions between scenes, a tutorial, and the ability to load and save data Increase the efficiency of your device using the accelerometer or by adding shaders, lights, and shadows Gain complementary techniques such as creating or finding audio resources, applying SpriteKit to apps, or using third-party tools In Detail SpriteKit is Apple's game engine to develop native iOS games. Strongly boosted by the Apple Inc., Cupertino, it has increased in popularity since its first release. This book shows you the solutions provided by SpriteKit to help you create any 2D game you can imagine and apply them to create animations that will highlight your existing apps. This book will give you the knowledge you need to apply SpriteKit to your existing apps or create your own games from scratch. Throughout the book, you will develop a complete game. The beautiful designs implemented in the game in this book will easily lead you to learn the basis of 2D game development, including creating and moving sprites, and adding them to a game scene. You will also discover how to apply advanced techniques such as collision detection, action execution, playing music, or running animations to give a more professional aspect to the game. You will finish your first game by learning how to add a main menu and a tutorial, as well as saving and loading data from and to the player's device. Finally, you will find out how to apply so ... | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
650 | 0 | |a Video games |x Design. | |
650 | 0 | |a Computer graphics. | |
650 | 6 | |a Jeux vidéo |x Conception. | |
650 | 6 | |a Infographie. | |
650 | 7 | |a computer graphics. |2 aat | |
650 | 7 | |a GAMES |x Board. |2 bisacsh | |
650 | 7 | |a Computer graphics. |2 fast |0 (OCoLC)fst00872119 | |
650 | 7 | |a Video games |x Design. |2 fast |0 (OCoLC)fst01166425 | |
776 | |z 1-78588-733-5 | ||
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781785887338/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1161962 |z Texto completo |
938 | |a EBSCOhost |b EBSC |n 1161962 | ||
994 | |a 92 |b IZTAP |