Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
60 used & new from $3.30

Have one to sell? Sell yours here
 
   
Managed DirectX 9 Kick Start: Graphics and Game Programming
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Managed DirectX 9 Kick Start: Graphics and Game Programming (Paperback)

by Tom Miller (Author)
3.9 out of 5 stars See all reviews (40 customer reviews)

List Price: $44.99
Price: $32.84 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.15 (27%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 3 left in stock--order soon (more on the way).

Want it delivered Monday, July 13? Choose One-Day Shipping at checkout. Details
34 new from $12.95 26 used from $3.30

Frequently Bought Together

Managed DirectX 9 Kick Start: Graphics and Game Programming + Beginning .NET Game Programming in C# + Beginning C# Game Programming (Game Development)
Price For All Three: $91.94

Customers Who Bought This Item Also Bought

.NET Game Programming with DirectX 9.0

.NET Game Programming with DirectX 9.0

by Alexandre Santos Lobao
Beginning C# Game Programming (Game Development)

Beginning C# Game Programming (Game Development)

by Ron Penton
3.7 out of 5 stars (17)  $21.89
Introduction to 3D Game Programming with DirectX 9.0 (Wordware Game and Graphics Library)

Introduction to 3D Game Programming with DirectX 9.0 (Wordware Game and Graphics Library)

by Frank D. Luna
4.5 out of 5 stars (47)  $32.97
Introduction to 3D Game Programming with Direct X 9.0c: A Shader Approach (Wordware Game and Graphics Library)

Introduction to 3D Game Programming with Direct X 9.0c: A Shader Approach (Wordware Game and Graphics Library)

by Frank Luna
4.5 out of 5 stars (17)  $33.62
Beginning Direct3D Game Programming, Second Edition

Beginning Direct3D Game Programming, Second Edition

by Wolfgang Engel
Explore similar items

Editorial Reviews

Product Description

Managed DirectX was released with the latest version of the core DirectX libraries in DirectX9. It enables developers using the new .NET languages (i.e. C#, VB.NET, etc.) to develop rich multimedia applications with DirectX. Unfortunately the Managed DirectX runtime was released without adequate documentation, and developers are having a hard time figuring out the best way to write managed applications. This book covers how to use the Managed DirectX objects, how they differ from the core DirectX libraries, and how to create these rich multimedia applications in C#. It also covers in depth graphics techniques and the new high-level shader language shipping with DirectX9.



About the Author

Tom Miller is the development lead for Managed DirectX, as well as the designer of the API. He has worked on the DirectX team for the last four years, including the SDK team writing samples, as well as the DirectX for Visual Basic team. Previously at Microsoft, he worked on the Visual Basic and Office teams.


Product Details

  • Paperback: 432 pages
  • Publisher: Sams (November 3, 2003)
  • Language: English
  • ISBN-10: 0672325969
  • ISBN-13: 978-0672325960
  • Product Dimensions: 9.1 x 7.4 x 0.7 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 3.9 out of 5 stars See all reviews (40 customer reviews)
  • Amazon.com Sales Rank: #290,683 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #14 in  Books > Computers & Internet > Programming > Graphics & Multimedia > DirectX


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

40 Reviews
5 star:
 (21)
4 star:
 (7)
3 star:
 (4)
2 star:
 (3)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
3.9 out of 5 stars (40 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
50 of 50 people found the following review helpful:
5.0 out of 5 stars Outstanding DirectX9 Introduction., November 23, 2003
By J. DEATS (Houston, TX USA) - See all my reviews
(REAL NAME)   
Sams Kick Start series boast being "quick, concise" and "practical" those words adequately describe this book, I have read five other books on the subject of DirectX programming and Managed DirectX 9 Graphics and Game Programming is a unique gem, it is an excellent introduction to the Direct3D, DirectPlay and DirectSound APIs. It effectively covers the fundamentals and fills the gaps left by the Managed DirectX9 SDK Sample applications. Beyond the fundamentals Tom's explanations are very focused, for example, the Direct3D API is much too large for one book to cover and he does an outstanding job of providing the least amount of information you need to know in order to build a 3D game program, this was precisely what I was hoping for when I bought this book.

Microsoft recently reviled that in the next version of Windows they will replace the Win32 API with the .NET Framework Class Libraries as the OS building blocks. This shift along with the rise of 64-bit processors will push Managed code to the forefront. If you're thinking of making the switch this book would make a good companion to a .NET fundamentals book, it would help make the experience more enjoyable and would provide a real-world example of how writing Managed code is in many regards much simpler than Unmanaged. One word of caution, you must have C# or VB.NET experience to get anything from this book. It makes extensive use of the .NET Framework class libraries, also you'll need Visual Studio.NET 2003 edition to open the sample files (the pervious version of Visual Studio.NET is incompatible with the solution files) although the full Framework SDK is included with command line tools to achieve the task, no make files are included. So if you do not have Visual Studio.NET hopefully you understand how to build and link your source code using the command line tools, again if you're new to .NET/Managed code, this isn't the place to start.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
31 of 31 people found the following review helpful:
5.0 out of 5 stars This explains more in less time than all the other DX9 books, March 27, 2004
This book truely is what it claims to be: A kickstart! It moves fast and may give people who are not familiar with Visual Studio .NET a hard time keeping up. But this is what I really liked about this book! You want to learn how to program? Find a different book! You want to get into DirectX development? Look no further!

Just the first chapter explains more than practically any other book about Managed DirectX I have read. Sure, it doesn't have all the long and ellaborate explanations some of the other books have. But for some reason, I still felt like a had a better understanding of how to do things the 'right way' after reading this book. This may have to do with the fact that the author of the book is also the author of the API.

The book covers a lot of ground. Most of the chapters deal with Direct3D (which is what I was interested in), although the author does touch on other subjects such as DirectInput. The pace is fast and the author covers the whole range from primitive drawing techniques to using higher level concepts, such as meshes, and eve the HLSL (high level shader language), which many would consider an advanced topic. Well, I do anyway... ;-)

The book doesn't just provide shallow introductions. In fact, the author doesn't even shy away from topics such as skeletal anomation of meshes, or writing pixel and vertex shaders to create specular highlights and per-pixel lighting effects.

Well done! This book will explain a lot, and it does so quickly. However, if you have no experience with 3d graphics at all, you may want to follow up with another book, such as 'Introduction to 3D Game Programming with DX9' by Frank D. Luna, which will give you a good understanding of related topics, such as a lot of the underlying math used for matrix transformation and vector mechanics. This can be done as a second step though, since this book does not require knowledge of these things, as it uses functions provided by the Managed API for practically everything it does.

As we are starting do work more with 3d graphics as a company, I have a need to get team members up to speed on the subject matter. This is the book I recommended they all read...

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
17 of 17 people found the following review helpful:
5.0 out of 5 stars Really is a great "Kick Start", November 12, 2003
By R. Pearlman (Plano, TX USA) - See all my reviews
(REAL NAME)   
I was looking to buy a book to help build a 3D game engine using C# and managed DirectX9. I initially bought "Introduction to 3D Game Engine Design Using DirectX 9 and C# by Lynn Thomas Harrison". The title seemed to be exactly what I was looking for. But, Lynn's book was just a game engine he created with a huge dumping of code. An interesting exercise to run through, but certainly it wasn't adaptable to anything beyond the type of game he developed.

Miller's book does a great job of covering the *entire* managed DirectX library including graphics, sound, input and networking. He walks through examples, introduces 3d concepts (along with the appropriate utilities in DirectX) and explores why you would take one approach over another. It was absolutely what I was looking for! The book also includes sample code that works right out of the box.

In a nutshell, I would say this book is like having the Managed DirectX team walk you through several tutorials that include commentary and reasons for taking certain approaches. It should also be required reading for anyone that wants to understand what is included in the DirectX SDK samples/tutorials.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars Very disappointed
The code doesn't compile with Visual Studio C# 2005 and doesn't work with the most recent DirectX 9. Please read other 1 star reviewers. They are correct. Don't waste your money.
Published 22 months ago by Joel

4.0 out of 5 stars Overall a very good book
The book is written for people with a basic knowledge of C# and no knowledge of Directx. The author starts with simple applications as how to display a triangle and rotate it. Read more
Published on February 21, 2007 by Guy Smeyers

5.0 out of 5 stars So much info my brain hurts, in a good way.
Background: No professional programming experience, but i wrote MUDs in the late 90s. I learned C++ at a junior college. Read more
Published on May 1, 2006 by James D. Peckham

4.0 out of 5 stars Very good book on managed DirectX
This is a very good book on managed DirectX - i.e. using C# rather than using C++, using the managed rather than unmanaged API, using .Net, etc. Read more
Published on March 23, 2006 by Brian Lawler

3.0 out of 5 stars Decent approach, bad information
The way that this book approaches teaching Managed DirectX is a pretty good one compared to some other books I have looked at, provided that you are willing to do most of the work... Read more
Published on March 16, 2006 by J. McCormick

1.0 out of 5 stars Managed DirectX 9, Kick Start
The trouble with this book is that it is long outdated. The code delivered with the book and discussed in the text no longer is part of DirectX9, so it is pretty much useless for... Read more
Published on March 8, 2006 by C. M. Hoffmann

5.0 out of 5 stars A basic overview of the power of directx
Yes, this book is only the basics for those who wish to learn directx 9. When this book was released the directx sdk was version 9.0 b. It has since been updated. Read more
Published on November 10, 2005 by Vengeful Dr.X

3.0 out of 5 stars Caution to the wind..
This book was originally released built around an early release of the DirectX 9 SDK.

If you grab the latest DirectX 9 SDK, some of the examples will not compile and... Read more
Published on September 30, 2005 by M. Riggs

2.0 out of 5 stars Excelent Book for it's time
When this book was written, Managed DirectX was in Beta. The author is the lead developer who was working on Managed DirectX. Read more
Published on July 8, 2005 by Eric Falsken

2.0 out of 5 stars Didn't get much out of it
I went into this book with a basic understanding of DirectX that I gained from free tutorials on the Internet. Read more
Published on June 21, 2005 by rdagger

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)


So You'd Like to...

Create a guide

Look for Similar Items by Category


Amazon MP3 Delivers Free Songs

Subscribe to The Amazon MP3 Download newsletter to find out about free song downloads, new releases and hot digital music deals first.
subscribe
 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Add Flair to Your Hardware

Shop for cabinet knobs
Whether you're remodeling or just need to refresh a living space, cabinet knobs offer a great way to easily pull a room together.

Shop for cabinet knobs

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Lost Symbol
The Lost Symbol by Dan Brown
$16.17

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates