Cargando…

Cocos2d for iPhone 1 game development cookbook : over 90 recipes for iOS 2D game development using cocos2d /

This book is full of fun and engaging recipes with modular libraries that can be plugged into your project. Each recipe consists of explained code accompanied by screenshots for your understanding. If you want to elevate your basic Cocos2d project to the next level, this is the book for you. Some un...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Burba, Nathan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocn778432502
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 120120s2011 enkad o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCQ  |d N$T  |d UMI  |d COO  |d OCLCQ  |d OCLCO  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d YDXCP  |d OCLCQ  |d OCLCO  |d IDEBK  |d VT2  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d JBG  |d OCLCF  |d CEF  |d UKMGB  |d WYU  |d UAB  |d AU@  |d UKAHL  |d VLY  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB747553  |2 bnb 
016 7 |a 018011980  |2 Uk 
019 |a 775863601  |a 793359761  |a 816880936  |a 823131477  |a 1103255855  |a 1129357762  |a 1162033722 
020 |a 9781849514019  |q (electronic bk.) 
020 |a 1849514011  |q (electronic bk.) 
020 |a 1849514003 
020 |a 9781849514002 
020 |a 1283395274 
020 |a 9781283395274 
020 |z 9781849514002 
020 |a 9786613395276 
020 |a 6613395277 
029 1 |a CHNEW  |b 000617278 
029 1 |a DEBBG  |b BV040902284 
029 1 |a DEBSZ  |b 372890873 
029 1 |a DEBSZ  |b 378297694 
029 1 |a DEBSZ  |b 381383563 
029 1 |a GBVCP  |b 785360247 
029 1 |a UKMGB  |b 018011980 
029 1 |a AU@  |b 000067105381 
035 |a (OCoLC)778432502  |z (OCoLC)775863601  |z (OCoLC)793359761  |z (OCoLC)816880936  |z (OCoLC)823131477  |z (OCoLC)1103255855  |z (OCoLC)1129357762  |z (OCoLC)1162033722 
037 |a CL0500000136  |b Safari Books Online 
050 4 |a QA76.8.I64  |b B87 2011eb 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a GAM  |x 013000  |2 bisacsh 
082 0 4 |a 004  |2 23 
049 |a UAMI 
100 1 |a Burba, Nathan. 
245 1 0 |a Cocos2d for iPhone 1 game development cookbook :  |b over 90 recipes for iOS 2D game development using cocos2d /  |c Nathan Burba. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c 2011. 
300 |a 1 online resource (iv, 431 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a This book is full of fun and engaging recipes with modular libraries that can be plugged into your project. Each recipe consists of explained code accompanied by screenshots for your understanding. If you want to elevate your basic Cocos2d project to the next level, this is the book for you. Some understanding of Objective-C and Cocos2d is recommended. People with some programming experience may also find this book useful. 
504 |a Includes index. 
505 0 |a Table of Contents; Cocos2d for iPhone 1 Game Development Cookbook; Cocos2d for iPhone 1 Game Development Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Graphics; Introduction; Drawing sprites; Getting ready; How to do it...; How it works...; Coloring sprites; Getting ready 
505 8 |a How to do it...How it works...; Animating sprites; Getting ready; How to do it...; How it works...; There's more...; Drawing OpenGL primitives; Getting ready; How to do it...; How it works...; There's more...; Playing video files; Getting ready; How to do it...; How it works...; Grid, particle, and motion streak effects; Getting ready; How to do it...; How it works...; Using Retina Display mode; Getting ready; How to do it...; How it works...; 1D and 2D Ease Actions; Getting ready; How to do it...; How it works...; Rendering and texturing 3D shapes; Getting ready; How to do it... 
505 8 |a How it works...There's more...; Rendering a texture-filled polygon; Getting ready; How to do it...; How it works...; There's more...; Animating a texture-filled polygon; Getting ready; How to do it...; How it works...; Swapping palettes using layers; Getting ready; How to do it...; How it works...; Swapping palettes using CCTexture2DMutable; Getting ready; How to do it...; How it works...; Using AWTextureFilter for blur and font shadows; Getting ready; How to do it...; How it works...; There's more...; Taking and using screenshots; Getting ready; How to do it...; How it works... 
505 8 |a There's more...Using CCParallaxNode; Getting ready; How to do it...; How it works...; There's more...; Lighting using glColorMask; Getting ready; How to do it...; How it works...; There's more...; 2. User Input; Introduction; Tap, hold, and drag input; Getting ready; How to do it...; How it works...; There's more...; See also...; Depth testing input; Getting ready; How to do it...; How it works...; Creating buttons; Getting ready; How to do it...; How it works...; Creating a directional pad; Getting ready; How to do it...; How it works...; Creating an analog stick; Getting ready 
505 8 |a How to do it...How it works...; Using the accelerometer for steering; Getting ready; How to do it...; How it works...; Using the accelerometer for 3D rotation; Getting ready; How to do it...; How it works...; Pinch zooming; Getting ready; How to do it...; How it works...; There's more...; Performing gestures; Getting ready; How to do it...; How it works...; There's more...; 3. Files and Data; Introduction; Reading PLIST data files; Getting ready; How to do it...; How it works...; Reading JSON data files; Getting ready; How to do it...; How it works...; Reading XML data files; Getting ready 
546 |a English. 
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 blmlsh 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a iPhone (Smartphone)  |x Programming. 
650 0 |a Mobile games  |x Design. 
650 6 |a iPhone (Téléphone intelligent)  |x Programmation. 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a GAMES  |x Video & Electronic.  |2 bisacsh 
776 |z 1-84951-400-3 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781849514002/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943776 
938 |a ebrary  |b EBRY  |n ebr10522177 
938 |a EBSCOhost  |b EBSC  |n 415866 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 339527 
938 |a YBP Library Services  |b YANK  |n 7346109 
994 |a 92  |b IZTAP