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


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

Microsoft Xna Game Studio Express Creator's Guide [ペーパーバック]

Stephen Cawood , Pat McGee

価格: ¥ 3,170 通常配送無料 詳細
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 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら
この商品には新版があります:
Microsoft XNA Game Studio Creator's Guide, Second Edition Microsoft XNA Game Studio Creator's Guide, Second Edition
¥ 2,997
在庫あり。

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

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


商品の説明

内容説明

Bring your gaming visions to life with Microsoft XNA Game Studio Express

Create complete 3D games using Microsoft XNA Game Studio Express and this hands-on guide. Written by experienced game developers, Microsoft XNA Game Studio CreatorAnd#39;s Guide details the fundamentals of great game programming and offers detailed examples.

Inside, youAnd#39;ll learn to program a game engine, write shader code, create and animate 3D models, and add fluid motion and special effects. YouAnd#39;ll also find out how to launch ballistics, add realistic scenery and terrain, and integrate lighting and textures. Step-by-step tutorials on underlying C# code and explanations of vector and matrix techniques are included.

  • Build and dynamically update XNA game windows and custom 3D objects
  • Learn scintillating animation techniques
  • Create lifelike skyboxes, textures, lighting, and shading effects
  • Program shaders using high-level shader language
  • Develop single- and multi-player games
  • Generate and code terrain with height detection
  • Construct impressive graphics using sprites, multi-texturing, and blending
  • Integrate audio, game dashboards, and score tracking
  • Develop realistic collision detection, ballistics, and particle effects
  • HaHHhhndle keyboard, mouse, and game controller input
  • Create static *.fbx and animated Quake 2 models and control them in code

Andnbsp;

著者について

Stephen Cawood is a former program manager at Microsoft Corporation. He has written 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:  9件のカスタマーレビュー
27 人中、23人の方が、「このレビューが参考になった」と投票しています。
Good Introduction to Game Programming with XNA 2007/7/17
By Micheal Lanham - (Amazon.com)
形式:ペーパーバック
I was excited to see this book arrive from Amazon so quickly and couldn't wait to look at the newest XNA game programming book. Although, I was somewhat disappointed when I first opened the box from Amazon and did a quick look through pages. Realizing this book was far more basic than what the description on Amazon lead me to believe. However, as I read through the book and ran the example downloaded code I realized this really was a good introduction to game programming.

Pros
* Provides a good introduction to many fundamental game programming concepts
* Doesn't jump right into 3D mathematics as many intro game programming books do, I feel this gives the reader a better grasp for how to apply 3D math later in the book
* Good examples of the 3D math concepts provided in example code, not many programming books do this
* Chapters are short, easy to read and understand
* Covers some of the more basic tools a beginning game programmer will use
* Provides a lot of example code that compiles and runs without troubles
* Book does cover some more advanced concepts that will certainly be useful to any level of user

Cons
* Wish the example code was highlighted a little better in the books text
* Example code uses some dated conventions (Hungarian notation) which somewhat date the code
* Would have liked to see some more detailed examples and a game or two that brought the concepts together
* Some of the chapters are a little too short for my liking considering some of the concepts this book covers

If you are looking for a good introduction to game programming with XNA I would recommend this book. Those with some game programming experience looking for an introduction to XNA may be a little disappointed but overall I feel this is a good title for any novice.
11 人中、10人の方が、「このレビューが参考になった」と投票しています。
Introduction to XNA concepts and bad programming practices 2007/12/20
By Dave Lecompte - (Amazon.com)
形式:ペーパーバック
I'm an experienced programmer, and a professional game developer, so I'm not exactly the audience that the authors were shooting for. (They claim to be shooting for "beginning to intermediate" programmers in the introduction.)

This book does serve to describe some of the concepts in XNA that I was unfamiliar with, but I found the text written poorly and the code written unprofessionally.

Even for a beginning audience, there were factual errors in the text that are at best misleading, and certainly contribute to a misunderstanding of the processes involved. For example, when discussing pixel shaders, the authors claim that the output gets sent to the graphics card one pixel at a time. This is false, as the pixel shader is running on the graphics card already, except in the exceptionally rare (and ill-documented) case of running with a reference rasterizer on the CPU.

The organization is questionable, with topics used before they're explained (chapters 13, 14, and 15 are on vectors, matrices, and cameras, which are important foundations for chapters both before and after). Within chapters, code is presented in a half-tutorial fashion, but without enough guidance to really follow along.

The diagrams are typically not helpful, including screenshots that don't do a good job of illustrating the concepts at hand. A case in point, Figure 20-1 tries to show "before and after directional lighting". Any still image is going to be hard pressed to accomplish this. More useful would be a reference to an interactive demo.

The book has a zip file that can be downloaded from the publisher's website, which is of some use, but it doesn't seem to agree with some of the references in the book, including discussion of how to use the authors' framework, which is a starting point for much of the code in the book.

This was written before the release of Game Studio 2.0, so some of the book is already out of date, including comments that there is no networking support, and a strange admonition that writing networked games "might be potentially unsafe".
10 人中、9人の方が、「このレビューが参考になった」と投票しています。
So Far So Good (UPDATED!!!) 2007/11/13
By C. L. Paulson - (Amazon.com)
形式:ペーパーバック
I dont know what other people are saying about this guide, but i can tell you, from my personal experience, that this is a GREAT book.

When you first get the book, the opening chapter was confusing to figure out, after 2 hours of monkeying around i got it. After that, everything else went smooth. And i am learning really cool things. The end of the chapter exercises are fun, not to challenging, but enough to make you learn.

How to Hate this Book: Know about XNA when you buy it, and also have a good grasp on particle systems, controls, cameras, vectors, matrices, primitives, adding models, animation, hit detection.

How to Love this book: Dont know anything about XNA, But have some knowledge of what a vertex is. Or what a Color is, Drr?, and most of all.... Dont just expect to know how to be a bomb programmer just by reading this book. Books are just instruments to give you insight into a complex machine. Most of the learning should be done by experimentation.

Example: Page 73: "Spend the time you need to ensure that you understand transformations. It is not an overly complex topic, but it can be challenging for beginner graphics programmers who do not give transformations the learning time the topic deserves."

So if you keep a self learning mentality, you should find this book VERY VERY VERY VERY HELPFUL, I would recommend it to any who does not know a thing about programming 3D, but has a pretty decent knowledge of physics, math(calculus), and 2D programming skills. This is what is going to boost me to the top. ;)

-------------------------------Update-----------------------------------

So its been a while, and i am just finishing up Chapter 17 "Ballistics." This is still an excellent book. I only have one beef with the book, and that is, it has awesome explanations of matrices and such, but when doing the camera tutorial, the auther assumes you have fully mastered matrices, and understand all. With that said, it still deserves the rating it received. This is a beginners book, and should be treated as one.

My advice would be to buy this book if you do not understand anything about 3D programming. This could be the start that helps you become a Game programmer, rather than just a hobbyist. (as in someone who can make a cube move around the screen).

クチコミ

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

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

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


リストマニア

リストを作成

関連商品を探す


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


フィードバック


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