reklama - zainteresowany?

iPhone Game Development. Developing 2D & 3D games in Objective-C - Helion

iPhone Game Development. Developing 2D & 3D games in Objective-C
ebook
Autor: Paul Zirkle, Joe Hogue
ISBN: 978-14-493-8300-8
stron: 260, Format: ebook
Data wydania: 2009-10-28
Księgarnia: Helion

Cena książki: 101,15 zł (poprzednio: 117,62 zł)
Oszczędzasz: 14% (-16,47 zł)

Dodaj do koszyka iPhone Game Development. Developing 2D & 3D games in Objective-C

Tagi: iPhone | Programowanie gier

What do you need to know to create a game for the iPhone? Even if you've already built some iPhone applications, developing games using iPhone's gestural interface and limited screen layout requires new skills. With iPhone Game Development, you get everything from game development basics and iPhone programming fundamentals to guidelines for dealing with special graphics and audio needs, creating in-game physics, and much more.

Loaded with descriptive examples and clear explanations, this book helps you learn the technical design issues particular to the iPhone and iPod Touch, and suggests ways to maximize performance in different types of games. You also get plug-in classes to compensate for the areas where the iPhone's game programming support is weak.

  • Learn how to develop iPhone games that provide engaging user experiences
  • Become familiar with Objective-C and the Xcode suite of tools
  • Learn what it takes to adapt the iPhone interface to games
  • Create a robust, scalable framework for a game app
  • Understand the requirements for implementing 2D and 3D graphics
  • Learn how to add music and audio effects, as well as menus and controls
  • Get instructions for publishing your game to the App Store

Dodaj do koszyka iPhone Game Development. Developing 2D & 3D games in Objective-C

 

Osoby które kupowały "iPhone Game Development. Developing 2D & 3D games in Objective-C", wybierały także:

  • Zen Steve'a Jobsa
  • Programowanie aplikacji mobilnych dla iOS z wykorzystaniem Xcode, Swift 3.0 i iOS 10 SDK. Kurs video. Poziom pierwszy
  • Podstawy jÄ™zyka Swift. Programowanie aplikacji dla platformy iOS
  • Dotknij, przesuÅ„, potrzÄ…Å›nij. Od pomysÅ‚u do gry na iPhone'a i iPada
  • Flutter i Dart 2 dla poczÄ…tkujÄ…cych. Przewodnik dla twórców aplikacji mobilnych

Dodaj do koszyka iPhone Game Development. Developing 2D & 3D games in Objective-C

Spis treści

iPhone Game Development. Developing 2D & 3D games in Objective-C eBook -- spis treści

  • iPhone Game Development
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • Preface
      • The Authors
      • Our Goal
      • Prerequisites
      • Audience
      • Organization of This Book
      • Conventions Used in This Book
      • Using Code Examples
      • Wed Like to Hear from You
      • Safari Books Online
      • Acknowledgments
    • 1. Introduction to the iPhone
      • Apple Developer Account and Downloading the SDK
        • Application Bundles
        • Xcode and Interface Builder
        • Views and Controllers
          • Adding a new View and View Controller to an existing window
          • Adding a new View to an existing View Controller
          • Proxy objects
      • Loading Devices
        • Certificates and Profiles
          • App ID
          • UDID
          • WWDR certificate
          • Installing the profile
        • Xcode Configuration
      • Objective-C Primer
        • Classes
        • Instantiation
        • Messaging
        • Member Variables
        • Memory Management
        • Constructors and Destructors
        • Interface Builder Integration
        • Mixed C++ and Objective-C
      • Conclusion
    • 2. Game Engine Anatomy
      • Application Framework
        • Main Loop
      • Game State Manager
        • State Machine
      • Graphics Engine
        • Texturing
          • Pixels, textures, and images
          • Transparency
          • Texture blending
          • Rotation
          • Clipping
        • Animation
          • Two-dimensional animation: Sprites
          • Three-dimensional animation: Models
          • Animation controllers
          • Particle systems
          • Culling
          • Texture sorting
          • Texture files
          • Resource management
          • Level of detail
        • Physics Engine
          • Collision detection versus collision resolution
          • Two-dimensional collision detection
          • Three-dimensional collision detection
          • Collision resolution
        • Audio Engine
          • Sound samples
          • Playing sound
          • Multichannel sound
          • Music versus SFX
          • Output devices and interruptions
        • Player Input
          • Touch events
          • Resolving into high-level events
        • Game Logic
          • High-level events
          • Artificial intelligence
          • Transparent suspend and resume
          • Frame-based versus time-based logic
          • Game logic organization
      • Conclusion
    • 3. The Framework
      • Game State Management
        • Implementation
        • Removing the Status Bar
      • The App Delegate
        • Frames per Second
      • Event Handling
      • The Resource Manager
        • Texture Format
        • Sound Format
        • Deploying Resources
        • Management
      • The Render Engine
        • GLESGameState
        • Textures
        • Font Textures
        • Example State
      • The Sound Engine
        • Example State
      • The Data Store
        • Storing Simple Data
        • Storing Complex Data
        • Example State
      • The Skeleton Application
      • Conclusion
    • 4. 2D Game Engine
      • Game Design
        • Feature List
        • User Input Scheme
        • Learning Curve
          • Level 1
          • Level 2
          • Level 3
          • Level 4
      • Tile Engine
        • Unique Tiles
        • Drawing Tiles
        • TileWorld Class
          • Loading
          • Rendering
          • Camera
          • Physics
      • Animation
        • Animation and Sprite Classes
          • Property list
          • Animation class
          • Sprite class
      • Physics
        • Entities
        • Entity-to-World
        • Special Tiles
        • Entity-to-Entity
      • Level 1 Implementation
        • gsEmuLevel
        • TileWorld
        • Main Character
          • Entity
          • gsEmuLevel
          • User input
        • Emu Chicks
          • Entity
          • gsEmuLevel
        • Emu Mother
        • Game Logic
        • Sound
      • Level 2 Implementation
        • gsLionLevel
        • TileWorld
        • McGuffin
        • Main Character
        • Lion Entities
          • Entity
          • gsLionLevel
        • Game Logic
        • Sound
      • Level 3 Implementation
        • gsMazeLevel
        • TileWorld
        • Buttons
        • Doors
        • Cat and Mouse
        • User Input
        • Game Logic
          • Initialization
          • Context action
          • Update
        • Sounds
      • Level 4 Implementation
        • gsRiverLevel
        • TileWorld
        • Crocodiles
        • Logs
        • Tom
        • User Input
        • Game Logic
          • Initialization
          • Update
        • Sounds
      • Game State Serialization
        • Initialize Storage
        • End Game
        • Modify UI
      • Conclusion
    • 5. 3D Games
      • GLESGameState3D Class
        • POWERVR
          • Vectors and matrixes
          • Model format
          • 3ds Max plug-in
          • Texture format
        • Sprite3D
        • Accelerometer
      • 3D Game Design
        • Graphics
          • Ship
          • Hoops
          • Skybox
          • Particle system
          • 2D elements
        • Input
          • Accelerometer
          • Thruster
        • Camera
        • Logic
      • Implementation
        • Camera
        • Skybox
        • Input
          • Calibration
          • Thrusters
        • Rings
          • Layout
          • Implementation
        • Particle System
        • Logic
        • Best Times
        • End Game
      • Conclusion
    • 6. Considerations for Game Design
      • Resource Management
      • User Input Design
      • Networking
      • Third-Party Code
        • Libraries
        • Middleware
        • Open Source Games
      • App Store
      • Conclusion
    • A. References
      • Code Reference
      • Physics Libraries
      • Middleware
      • Open Source Games
    • Index
    • About the Authors
    • Colophon
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka iPhone Game Development. Developing 2D & 3D games in Objective-C

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.