Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Microsoft XNA Game Studio Creator's Guide, Second Edition
 
 

Microsoft XNA Game Studio Creator's Guide, Second Edition [ペーパーバック]

Stephen Cawood , Pat McGee

参考価格: ¥ 3,170
価格: ¥ 2,997 通常配送無料 詳細
OFF: ¥ 173 (5%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
1点在庫あり。ご注文はお早めに。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

Bring your PC, Zune, and Xbox gaming visions to life with Microsoft XNA Game Studio

Develop complete 2D and 3D games with step-by-step hands-on instruction, advice, and tips from two industry professionals. Fully revised to cover the latest features, Microsoft XNA Game Studio Creator's Guide, Second Edition lays out the essentials of game programming alongside exciting examples and C# code samples. Learn how to create 3D models, virtual worlds, and add stunning animation. You'll also discover how to incorporate 3D audio into your projects and handle PC and game controller input devices.

  • Create, draw, and update XNA game windows and 3D objects
  • Add dazzling animation and fluid character motion
  • Render photorealistic terrains, landscapes, skies, and horizons
  • Program custom lighting and shading effects using HLSL
  • Integrate sound effects, game dashboards, and stat tracking
  • Work with game cameras, keyframes, sprites, and loaders
  • Design natural collision detection, ballistics, and particle effects
  • Develop, import, and control Quake II models using MilkShape

著者について

Stephen Cawood is a former program manager at Microsoft Corporation and the author of several gaming titles.

Pat McGee is a faculty member and course developer at the British Columbia Institute of Technology. He is a game programmer.


登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:

この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  13件のカスタマーレビュー
37 人中、36人の方が、「このレビューが参考になった」と投票しています。
Best XNA3 Book Yet 2010/2/20
By P. Frank - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I teach XNA to undergrad game designers and have assessed almost every XNA book on the market since XNA 1.0. I will shortly be adopting this book for use in the classroom because this is the best XNA book I've seen yet. It covers the basics that are hit by most beginner XNA books, but goes into far greater detail on each subject, so it really takes the learner a lot farther than those books. For example, I'm a huge fan of Aaron Reed's XNA3 book from O'Reilly, but this book goes a lot farther with the same subjects.

Probably the single best feature of this book are the additional learning exercises tacked on to the end of each chapter. I actually like the fact that the answers to these extra exercises are not given, because in each case they're easy to figure out and the learner isn't tempted to just open the answer files. These extra exercises are very well thought out and nicely compliment each chapter. My only complaint is that I wish there were more of them.

Another good idea here is to take a direct, non-class-based approach to most of the code examples. In most 3D chapters, all the code is implemented in Game1.cs, with a separate Camera.cs file being the only external (allowing you to move around the object you've built). This is really helpful to learners, because examples that are separated by class have to be broken down and then rebuilt into new class arrangements to suit their own projects. Here they can focus on the code, then break it down into their own class structures right away.

The downloadable code collection is extensive and very well organized, and handily provides each sample in both Win and Xbox formats. There is an errata sheet at the author's site that seems to be actively updated. There aren't many mistakes in this book (another big plus), but I'm glad to see that they're correcting them.

Note: This book is not for beginning programmers, and has nothing about the basics of programming, such as classes, variables, data types and so forth -- it assumes you already know about the basics of OOP, which I think is appropriate. It does have a very handy intro to debugging and editing in Visual Studio (with some good tips). Rob Miles' "Learn Programming Now: XNA GameStudio 3.0" is a little better for raw beginners, and also a very good book, and a nice compliment to this one.

Recommendation: More experienced users should combine this purchase with "XNA 3.0 Game Programming Recipes" by Riemer Grootjans. That's a one-two punch that will get any new programmer a very, very long way. Less experienced users should combine this purchase with the Rob Miles book mentioned in the paragraph above, which covers much of the same territory but will give you many additional examples and other kinds of problems to work on.
7 人中、7人の方が、「このレビューが参考になった」と投票しています。
More than an intro 2009/11/15
By Rob - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I purchased this book specifically because it was the second edition and it seemed as though the authors' credentials exceeded the average book on XNA. Also, I was interested in the math behind game programming. I was not disappointed. You will need some knowledge of trigonometry and linear algebra (matrices, dot products, cross products, and quaternions). The examples were clear and concise. Most of the examples worked as advertised. And the sample code built on previous chapters' sample code in order to drive home the current points without boring you with the implementation details from previous chapters.

I think the 2D collision detection algorithm in chapter 4 could have used a bit more explanation. I think the chapter on input devices could have been moved toward the beginning of the book. And in a couple of places the sample code didn't do what was described in the chapter. For me this was an additional exercise because I made the sample code do what the book said, and learned something in the process.

This book will be a great resource for me in the future.
6 人中、6人の方が、「このレビューが参考になった」と投票しています。
Great Book for XNA Developers! 2009/10/25
By James Anderson - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
This is a great book for XNA developers! My son and I are working through this book together and we are having a great time learning XNA! The author takes the time to explain complex gaming concepts simply, the code examples are almost without error, and the reader is taken through a wide variety of examples including everything from collision algorithms to writing games for Zune. Definately a great book for the new XNA Developer. My one disappointment is that the student only gets to build one or two complete games, but I still completely recommend this book more for the great examples and clear explanations.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換