Have one to sell? Sell yours here
Cross Platform Game Programming (Charles River Media Game Development (Paperback))
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Cross Platform Game Programming (Charles River Media Game Development (Paperback)) [Paperback]

Steven Goodwin
5.0 out of 5 stars  See all reviews (1 customer review)

Available from these sellers.


Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 460 pages
  • Publisher: Charles River Media; Pap/Cdr edition (10 Mar 2005)
  • Language English
  • ISBN-10: 1584503793
  • ISBN-13: 978-1584503798
  • Product Dimensions: 23.1 x 18.3 x 3.3 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 170,388 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Steven Goodwin
Discover books, learn about writers, and more.

Visit Amazon's Steven Goodwin Page

Product Description

Product Description

With many of today's games being released simultaneously on all platforms, the need for a good cross-platform development strategy is essential. Cross-Platform Game Programming covers this rarely discussed area and provides the techniques needed to develop your games effectively. It explains the plethora of problems that exist within every cross-platform game, and gives you the understanding and ability needed to solve them. It also teaches you how to write code that behaves identically on all machines. In addition, the book explains why standard libraries are not standard enough, and covers the nuances between compilers, debuggers, and operating systems. Throughout the book, how-to guidelines are provided for using the same code to handle different hardware specifications without change for ported games, or those being build to work cross-platform from the ground up. It helps senior and lead programmers determine where the platform-specific features should start and end, and provides methods for achieving this. It also includes support for those using middleware by demonstrating how to write code that will run identically on different machines, despite the platform making use of the same APIs. Because this book teaches the methods, not the API, it scales well for future platforms and empowers you to create your own designs.

About the Author

Steven Goodwin (Bedfordshire, England) has been in the game industry for over 9 years, progressing from Windows programmer to lead and management roles on console platforms such as the PS2, GameCube, and Xbox. During his time, he was responsible for five titles, including the #1 selling Die Hard: Vendetta, which appeared on all three of the above platforms. He has also written over 30 articles in major publications, including the UK games development industry trade paper, Develop.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

1 Review
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

3 of 3 people found the following review helpful:
5.0 out of 5 stars A fantastic book for professional games programmers, 24 Aug 2005
By 
D. Butcher - See all my reviews
(REAL NAME)   
This review is from: Cross Platform Game Programming (Charles River Media Game Development (Paperback)) (Paperback)
It is clear that a lot of thought has gone into the content for this text. For those programming games that will be available on more than one platform, this book covers safe practises for ease of maintenance as well as efficient and functionally correct programming theory. Several books in the past have tried to achieve what Steven Goodwin has successfully fit into a single volume. In addition to this, full and careful explanations are given to the topic at hand.

This book is a gem that should be purchased by proficient novice games programmers through to expert, to those programming cross-platform applications is other fields. I cannot praise this book enough!

I appauld Mr. Goodwin for his great effort.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.5 out of 5 stars (2 customer reviews)

7 of 7 people found the following review helpful:
4.0 out of 5 stars Good Coverage of Practical Cross-Platform Challenges, 20 Sep 2005
By Tasha Jessup - Published on Amazon.com
This review is from: Cross Platform Game Programming (Charles River Media Game Development (Paperback)) (Paperback)
In "Cross Platform Game Programming," Steven Goodwin describes the major challenges developers face when building a cross-platform game or engine. Published by Charles River Media (ISBN 1584503793) for $49.95, the book spans eleven chapters through 460 pages and includes a CDROM containing the book's sample code and several useful toolkit libraries.

As publishers continue to release titles simultaneously on multiple platforms, developers must contend with two or more console architectures during development. In order to isolate the high level changes and streamline development efficiency, games usually sit on top of an engine designed to abstract away hardware details to common API calls. The first chapter describes the typical problems encountered when attempting to write a cross-platform engine and how to design low level systems to prevent cross-platform issues.

A key goal in writing cross-platform software is to reduce fundamental differences between target environments. The book's second chapter highlights code design methods and nuances that are critical to consider and adopt. Some of the subtle points discussed include language implementation differences between compilers, deterministic mathematic calculations, and different debugging environments. Goodwin describes common pitfalls to avoid and design considerations to adopt.

Each of the subsequent chapters focus on a specific hardware difference: memory, CPU, storage, and input devices. The memory chapter describes issues associated with alignment, basic type sizes, and designing a memory management layer to create a common allocation scheme. The CPU chapter considers hardware timers, multi-threading, and various time management strategies. The storage chapter discusses creating cross-platform data file formats, endian issues, safe serialization, and creating a custom file system. Lastly, the input device chapter considers treatment controllers and platform specific interface devices.

Without going into specific detail regarding today's console hardware, the book does a good job describing typical pitfalls and troubles one will encounter writing an engine to abstract the hardware of all three major systems. In particular, Goodwin addresses game specific problems like resource construction, the art asset pipeline, and video playback. Sample code is sprinkled throughout the book to help highlight topics discussed in the text. I was a little surprised the book didn't allude to any specs of the upcoming consoles, however, but instead stuck with the PS2, X-Box, and Game Cube.

In the later chapters, the book tackles cross platform problems found higher-level systems like audio, graphics, networking with mixed success. For example, the audio chapter emphasizes various resource compression algorithms (MP3, Ogg, etc.) as a mechanism for data homogeneity across multiple platforms but the audio engine itself seemed rather shallow and contrived compared to the previous chapters on hardware abstraction.

The text comes with a CDROM that contains the book source code and figures, as well as several freely available SDK and toolkit packages like DirectX, Lua, and Ogg Vorbis. The CD is nice but unspectacular given the book is relatively light on sample code and examples and considering the most developers probably already have the other packages.

Overall, Goodwin does a good job presenting the challenges facing game developers who undertake writing a cross platform engine. In reading the text, I've encountered and had to cope with almost every issue he presented and found the writing to be credible. However given the book's length, I wished the discussion involved creating such an engine more than talking about it generically with some partial implementation of specific subsystems.

7 of 9 people found the following review helpful:
5.0 out of 5 stars Cross Platform is Necessary to Recover the Costs, 30 Mar 2005
By John Matlock "Gunny" - Published on Amazon.com
This review is from: Cross Platform Game Programming (Charles River Media Game Development (Paperback)) (Paperback)
With the development costs of a modern graphics intensive game reaching something like $15 million, you can't afford to ignore any sizable market, so if for another million or so you can make your game work on one machine like say a PC, but also on others like an X-Box, a Mac, a ... well you get the picture.

In this book Mr. Goodwin, who has "been there, done that" talks about designing a game from the ground up so that it will perform identically on multiple platforms. By including good design practices from the beginning, the programming team can greatly reduce the effort required to produce the different variations of the game, in many cases using the same code to handle the different machines.

The CD that comes with this book contains far more original material than most. It includes code for a memory manager, filesystem, and network driver developed using the principles shown in the book. In addition other code provides cross platform implementation of the major areas of game development.

This is the only book I know of that handles cross platform development in a manner anywhere near so completely.
 Go to Amazon U.S. to see both reviews  4.5 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback