|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn770669179 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
120105s2011 caua o 001 0 eng d |
040 |
|
|
|a GW5XE
|b eng
|e pn
|c GW5XE
|d COO
|d OCLCQ
|d E7B
|d B24X7
|d CDX
|d UMI
|d EBLCP
|d GZM
|d OCLCQ
|d YDXCP
|d DEBSZ
|d OCLCQ
|d BEDGE
|d OCLCQ
|d OCLCO
|d NUI
|d OCLCQ
|d OCLCO
|d TXI
|d OCLCQ
|d OCLCO
|d CNCGM
|d Z5A
|d LIV
|d MERUC
|d ESU
|d VT2
|d IOG
|d N$T
|d OCLCQ
|d OCLCO
|d OCLCF
|d OCLCQ
|d CEF
|d UAB
|d U3W
|d AU@
|d OCLCQ
|d OCLCO
|d WYU
|d UWO
|d DEHBZ
|d YOU
|d MERER
|d OCLCQ
|d OCLCO
|d LEAUB
|d OL$
|d OCLCQ
|d OCLCO
|d DCT
|d ERF
|d OCLCQ
|d OCLCO
|d SFB
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 779881838
|a 781717653
|a 795241106
|a 988790551
|a 1005743747
|a 1064768179
|a 1087369829
|a 1103260688
|a 1111036415
|a 1112532067
|
020 |
|
|
|a 9781430237112
|q (electronic bk.)
|
020 |
|
|
|a 1430237112
|q (electronic bk.)
|
020 |
|
|
|z 9781430237105
|
020 |
|
|
|z 1430237104
|
024 |
7 |
|
|a 10.1007/978-1-4302-3711-2.
|2 doi
|
029 |
1 |
|
|a AU@
|b 000048774490
|
029 |
1 |
|
|a AU@
|b 000053278318
|
029 |
1 |
|
|a AU@
|b 000060583598
|
029 |
1 |
|
|a DEBBG
|b BV040901487
|
029 |
1 |
|
|a DEBSZ
|b 378287885
|
029 |
1 |
|
|a DEBSZ
|b 381375277
|
029 |
1 |
|
|a DEBSZ
|b 397270542
|
029 |
1 |
|
|a NZ1
|b 14263651
|
035 |
|
|
|a (OCoLC)770669179
|z (OCoLC)779881838
|z (OCoLC)781717653
|z (OCoLC)795241106
|z (OCoLC)988790551
|z (OCoLC)1005743747
|z (OCoLC)1064768179
|z (OCoLC)1087369829
|z (OCoLC)1103260688
|z (OCoLC)1111036415
|z (OCoLC)1112532067
|
037 |
|
|
|a CL0500000129
|b Safari Books Online
|
050 |
|
4 |
|a QA76.59
|b .J67 2011eb
|
072 |
|
7 |
|a COM
|x 046020
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 074000
|2 bisacsh
|
072 |
|
7 |
|a UY.
|2 bicssc
|
082 |
0 |
4 |
|a 004.165
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Jordan, Lucas.
|
245 |
1 |
0 |
|a Beginning iOS 5 games development :
|b using the iOS 5 SDK for iPad, iPhone, and iPod Touch /
|c Lucas Jordan.
|
260 |
|
|
|a [Berkeley, CA] :
|b Apress,
|c ©2011.
|
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
|b PDF
|2 rda
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed November 29, 2017).
|
520 |
|
|
|a Game apps on iPhone and now iPad remain one of the most popular type of apps in the Apple iTunes App Store. Does Angry Birds ring a bell? What you were once able to do just for the iPhone (and iPod touch) is now possible for the popular iPad, using the new iOS 5 SDK. Beginning iOS 5 Games Development provides a clear path for you to create games using the iOS 5 SDK platform for the iPad, iPhone, and iPad touch. You'll learn how to use classes to create game apps, including graphics, and animations. The latest version of Xcode will be used in parts of the book to guide you along the way of building your apps. Other topics include iOS 5 game apps development with the newest iOS Game Center update, persisting user data, and designing a compelling user experience. After reading this book, you'll come away with the skills and techniques for building a game app, top to bottom, that could perhaps even be sold on the Apple iTunes App Store.
|
505 |
0 |
|
|a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter-by-Chapter Overview; Chapter 1; Chapter 2; Chapter 3; Chapter 4; Chapter 5; Chapter 6; Chapter 7; Chapter 8; Chapter 9; Chapter 10; Chapter 11; Appendix A; Chapter 1 A Simple First Game; Creating a Project in Xcode: Sample 1; A Project's File Structure; Customizing Your Project; Arranging Xcode Views to Make Life Easier; Adding a New View; Simple Navigation; Adding the Rock, Paper, Scissors View; Customizing a UIView; Summary
|
505 |
8 |
|
|a Chapter 2 Setting Up Your Game ProjectCreating Your Game Project; Customizing a Universal Application; How an iOS Application Initializes; Understanding UIViewControllers; Customizing Behavior Based on Device Type; Graphically Designing Your UI in a Universal Way; A First Look at Interface Builder; Adding UI Elements to an XIB File; Add a UIViewController to a XIB; Creating New IBOutlets from Interface Builder; Responding to Changes in Orientation; Summary; Chapter 3 Explore the Game Application Life Cycle; Understanding the Views in a Game; Exploring the Role Each View Plays
|
505 |
8 |
|
|a Understanding the Project's StructureConfiguring an Application for Multiple Views; Reviewing GameController_iPhone.xib; Reviewing GameController.h; Bringing the Views onto the Screen; Changing Views in Response to User Actions; Using a Delegate to Communicate Application State; Declaring CoinsControllerDelegate; Implementing the Defined Tasks; HighscoreController: A Simple, Reusable Component; HighscoreController Implementation and Layout; The Highscores Class; The Score Class; Preserving Game State; Archiving and Unarchiving Game State; Implementing Life Cycle Tasks; Summary
|
505 |
8 |
|
|a Chapter 4 Quickly Build an Input-Driven GameExploring How to Get Content on the Screen; Understanding UIView; Core Graphics Type Definitions; Using Core Graphics Types; Understanding Animations; The Static Animation Tasks of UIView; Building the Game Coin Sorter; Implementing Game State; Initialization and Setup; Starting a New Game; Continuing a Game; Initializing the UIViews for Each Coin; The Model; Interpreting User Input; Animating Views with Core Animation; Summary; Chapter 5 Quickly Build a Frame-by-Frame Game; Setting Up Your First Frame-by-Frame Animation; Simple Movement
|
505 |
8 |
|
|a Implementing the ClassesMoving the Spaceship; Responding to a User Tap; Understanding CADisplayLink and NSRunLoop; Abstracting the UI; Understanding Actors; Example2Controller Overview; A Simple Actor; Actor Subclasses: Viper02; Actor Subclass: Asteroid02; Drawing Actors on the Screen; Updating the UIView for Each Actor; Placing UIImageView in the Screen; Actor State and Animations; The Tumbling Effect; The Rotating Effect; Summary; Chapter 6 Create Your Characters: Game Engine, Image Actors, and Behaviors; Understanding the Game Engine Classes; The GameController Class
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a iOS (Electronic resource)
|
630 |
0 |
0 |
|a iPhone OS
|x Programming.
|
630 |
0 |
7 |
|a IOS (Electronic resource)
|2 blmlsh
|
630 |
0 |
7 |
|a IPhone OS / Programming.
|2 blmlsh
|
630 |
0 |
7 |
|a iOS (Electronic resource)
|2 fast
|
630 |
0 |
7 |
|a iPhone OS
|2 fast
|
650 |
|
0 |
|a iPhone (Smartphone)
|x Programming.
|
650 |
|
0 |
|a iPad (Computer)
|x Programming.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a iPhone (Téléphone intelligent)
|x Programmation.
|
650 |
|
6 |
|a iPad (Ordinateur)
|x Programmation.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Apple (Mac OS & iOS)
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x Mobile Devices.
|2 bisacsh
|
650 |
|
7 |
|a Informatique.
|2 eclas
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Jordan, Lucas.
|t Beginning iOS 5 games development.
|d [Berkeley, CA] : Apress, ©2011
|w (DLC) 2012382344
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430237105/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00044625
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 21154337
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL883774
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10523865
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1173663
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7342930
|
994 |
|
|
|a 92
|b IZTAP
|