Cargando…

Beginning Swift games development for iOS /

Game apps are one of the most popular categories in the Apple iTunes App Store. Well, the introduction of the new Swift programming language will make game development even more appealing and easier to existing and future iOS app developers. In response, James Goodwill and Apress introduce you to th...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Goodwill, James (Autor), Matlock, Wesley (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [California] : Apress Media, [2015]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn905969543
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150401s2015 cau o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d E7B  |d COO  |d UMI  |d YDXCP  |d IDEBK  |d DEBBG  |d EBLCP  |d OCLCF  |d DEBSZ  |d VLB  |d CDX  |d OCLCQ  |d OCLCO  |d IDB  |d IAS  |d IAO  |d JBG  |d IAD  |d ICN  |d SOI  |d ILO  |d LVT  |d Z5A  |d OCLCQ  |d MERUC  |d ESU  |d VT2  |d IOG  |d REB  |d U3W  |d UUM  |d CEF  |d DEHBZ  |d OCLCQ  |d INT  |d OCLCQ  |d WYU  |d OCLCO  |d UKMGB  |d OCLCQ  |d OCLCO  |d UAB  |d LEAUB  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d OCLCO  |d WURST  |d AJS  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCL 
016 7 |a 019127018  |2 Uk 
019 |a 908199856  |a 972027660  |a 1005822973  |a 1066571879  |a 1086529947  |a 1103268252  |a 1110848361  |a 1112588488  |a 1129339753  |a 1152977928 
020 |a 9781484204009  |q (electronic bk.) 
020 |a 148420400X  |q (electronic bk.) 
020 |a 1484204018  |q (print) 
020 |a 9781484204016  |q (print) 
020 |z 9781484204016 
024 7 |a 10.1007/978-1-4842-0400-9  |2 doi 
029 1 |a AU@  |b 000055220816 
029 1 |a CHNEW  |b 000891525 
029 1 |a CHVBK  |b 374506868 
029 1 |a DEBBG  |b BV042683180 
029 1 |a DEBBG  |b BV043621597 
029 1 |a DEBSZ  |b 44287782X 
029 1 |a DEBSZ  |b 446583855 
029 1 |a NLGGC  |b 392081121 
029 1 |a NZ1  |b 16078726 
029 1 |a UKMGB  |b 019127018 
029 1 |a AU@  |b 000067103138 
035 |a (OCoLC)905969543  |z (OCoLC)908199856  |z (OCoLC)972027660  |z (OCoLC)1005822973  |z (OCoLC)1066571879  |z (OCoLC)1086529947  |z (OCoLC)1103268252  |z (OCoLC)1110848361  |z (OCoLC)1112588488  |z (OCoLC)1129339753  |z (OCoLC)1152977928 
037 |a CL0500000580  |b Safari Books Online 
050 4 |a QA76.774.I67  |b G66 2015eb 
072 7 |a COM  |x 051370  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Goodwill, James,  |e author. 
245 1 0 |a Beginning Swift games development for iOS /  |c James Goodwill, Wesley Matlock. 
264 1 |a [California] :  |b Apress Media,  |c [2015] 
264 2 |a New York, NY :  |b Springer Science and Business Media,  |c [2015] 
264 4 |c ©2015 
300 |a 1 online resource 
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  |b PDF  |2 rda 
588 0 |a Vendor-supplied metadata. 
500 |a Includes index. 
520 |a Game apps are one of the most popular categories in the Apple iTunes App Store. Well, the introduction of the new Swift programming language will make game development even more appealing and easier to existing and future iOS app developers. In response, James Goodwill and Apress introduce you to this book, Beginning Swift Games Development for iOS. In this book, you'll learn the fundamental elements of the new Swift language as applied to game development for iOS. In part 1, you'll start with a basic 2D game idea and build the game throughout the book introducing each SpriteKit topic as we add new functionality to the game. By the end of the book, you'll have experience with all the important SpriteKit topics and have a fully functional game as a result. In part 2 of this book, you'll learn 3D game development using Apple's SceneKit framework and the Swift programming language. And, you'll follow the same pattern we used for part 1. After reading and using this book, you'll have the skills and the code to build your first 2D and then 3D game app that you can run on any iOS enabled device and perhaps sell in the Apple iTunes App Store. 
505 0 |a At a Glance -- Contents -- About the Authors -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Part I: Swift and Sprite Kit -- Chapter 1: Setting Up Your Game Scene and Adding Your First Sprites -- What You Need to Know -- What You Need to Have -- SuperSpaceMan -- Creating a Swift Sprite Kit Project -- Starting from Scratch -- The GameViewController Class -- The GameScene Class -- Adding a Background and Player Sprite -- Summary -- Chapter 2: Sprite Kit Scenes and SKNode Positioning -- What Is an SKScene? -- The SKScene Rendering Loop -- Building the Scene's Node Tree -- Rendering the Node Tree -- Searching the Node Tree -- Looking at SKSpriteNode Coordinates and Anchor Points -- Coordinates -- Anchor Points -- Summary -- Chapter 3: Adding Physics and Collision Detection to Your Game -- What Is an SKPhysicsBody? -- Adding Physics to Your Game World -- Applying Forces to SKPhysicsBody -- Adding Collision Detection to Your SKNode -- Adding a Node to Collide Into -- Adding Collision Detection -- Adding Bit Masks to Your SKPhysicsBody -- Removing the Orb When You Receive a Contact Message -- Summary -- Chapter 4: Adding Scene Scrolling and Game Control -- Reorganizing the GameScene -- Adding More Orbs to the Scene -- Scrolling the Scene -- Controlling Player Movement with the Accelerometer -- Summary -- Chapter 5: Adding Actions and Animations -- Refactoring the Orb Node Layout One Last Time -- Sprite Kit Actions -- Using Actions to Move Nodes in the Scene -- Using SKActions to Animate Sprites -- Adding Some Additional Bling to the GameScene -- Summary -- Chapter 6: Adding Particle Effects to Your Game with Emitter Nodes -- What Are Emitters? -- Using Particle Emitter Templates -- Creating a Particle Emitter -- Particle Emitter Properties -- The Particle Life-Cycle Properties -- The Birthrate and Maximum Properties. 
505 8 |a The Start and Range Properties -- The Particle Movement Properties -- The Position Range Property -- The Angle Property -- The Speed Property -- The Acceleration Property -- Adding an Exhaust Trail to the Player -- Summary -- Chapter 7: Adding Points and Sound -- What Are SKLabelNodes? -- Changing the Horizontal Alignment of the Label Node -- Changing the Vertical Alignment of the Label Node -- Adding Scoring to the Game -- Adding an Impulse Counter to the Game -- Adding Simple Sounds to the Game -- Summary -- Chapter 8: Transitioning Between Scenes -- Transitioning Between Scenes Using SKTransitions -- Pausing Scenes During a Transition -- Detecting When a New Scene Is Presented -- Adding a New Scene to SuperSpaceMan -- Ending the Game -- Winning the Game -- Losing the Game -- Adding the Transition -- Summary -- Chapter 9: Sprite Kit Best Practices -- Creating Your Own Nodes Through Subclassing -- Reusing Textures -- Externalizing Your Game Data -- Keeping Your Node Tree Pruned -- Summary -- Part II: Swift and Scene Kit -- Chapter 10: Creating Your First Scene Kit Project -- Scene Kit Primer -- Scene Kit Animation -- What You Need to Know -- Creating the Scene Kit Project -- Wiring Up and Building a Scene -- SuperSpaceMan3D -- Project Resources -- Building the Scene -- Summary -- Chapter 11: Building the Scene -- Scene Graph -- Scene Kit Editor -- Render Cycle -- Scene Kit's Built-in Model Classes -- SCNGeometry Objects -- Adding Obstacles -- Using SCNText -- Starting Screen -- Summary -- Chapter 12: Lighting, Camera, and Material Effects in Scene Kit -- Lighting Up the Scene -- Materials -- Appling Materials to Your Obstacles -- Adding Textures to Collada Files -- Examining the Scene Editor -- Materials Inspector -- Scene Kit Camera Usage -- Summary -- Chapter 13: Animating Your Models -- Refactoring the Project -- Starting Animations. 
505 8 |a PyramidNode -- GlobeNode -- TubeNode -- BoxNode -- More Animations -- Summary -- Chapter 14: Hit Testing and Collision Detection -- GameView: Moving the Hero -- Writing the Callback Delegate Function -- Moving the Camera -- CoreMotion Framework Introduction -- Enemy Node -- Collision Detection -- Summary -- Chapter 15: Using Sprite Kit with a Scene Kit Scene -- Sprite Kit Integration -- Hooking Up the Controller to the Overlay -- "Game Over" Screen -- Bonus Section -- Summary -- Chapter 16: Advanced Topics and Tips -- Normal Mapping -- Vectors and Various Math Operations -- Tips -- Summary -- Appendix A: The Swift Programming Language -- Variables and Constants -- Flow of Control -- if -- switch -- for Loops -- for-conditional-increment -- for-in -- while Loops -- while -- do-while -- Functions -- Variadic Parameters -- Tuples -- Nested Functions -- Functions Returning Functions -- Passing Functions As Parameters -- inout Parameters -- Closures -- Classes -- Extending Classes -- Computed Properties -- Structures -- Enumerations -- Protocols -- Extensions -- Generics -- Index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a iOS (Electronic resource) 
630 0 7 |a IOS (Electronic resource)  |2 fast  |0 (OCoLC)fst01784820 
650 0 |a Application software  |x Development. 
650 0 |a Computer games  |x Programming. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Jeux d'ordinateur  |x Programmation. 
650 7 |a Software Engineering.  |2 bicssc 
650 7 |a Macintosh programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming  |x Apple Programming.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Video games  |x Programming.  |2 fast  |0 (OCoLC)fst00872114 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
700 1 |a Matlock, Wesley,  |e author. 
776 0 8 |i Printed edition:  |z 9781484204016 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484204009/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352758 
938 |a Coutts Information Services  |b COUT  |n 31340929 
938 |a EBL - Ebook Library  |b EBLB  |n EBL2094101 
938 |a ebrary  |b EBRY  |n ebr11040898 
938 |a EBSCOhost  |b EBSC  |n 972758 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31340929 
938 |a YBP Library Services  |b YANK  |n 12362261 
994 |a 92  |b IZTAP