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

Have one to sell? Sell yours here
 
   
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
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 your Kindle here.
 
  

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

~ (Author)
3.9 out of 5 stars  See all reviews (40 customer reviews)

List Price: $44.99
Price: $29.69 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.30 (34%)
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

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

Want it delivered Tuesday, November 10? Choose One-Day Shipping at checkout. Details
42 new from $10.88 30 used from $0.90

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: $80.78

Show availability and shipping details

  • This item: Managed DirectX 9 Kick Start: Graphics and Game Programming by Tom Miller

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Beginning .NET Game Programming in C# by Ellen Hatton

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Beginning C# Game Programming (Game Development) by Ron Penton

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details


Customers Who Bought This Item Also Bought

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.6 out of 5 stars (19)  $32.97
Beginning C# Game Programming (Game Development)

Beginning C# Game Programming (Game Development)

by Ron Penton
3.7 out of 5 stars (17)  $14.58
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)  $36.46
3D Math Primer for Graphics and Game Development (Wordware Game Math Library)

3D Math Primer for Graphics and Game Development (Wordware Game Math Library)

by Fletcher Dunn
4.4 out of 5 stars (45)  $32.97
Beginning DirectX 10 Game Programming

Beginning DirectX 10 Game Programming

by Wendy Jones
3.7 out of 5 stars (12)  $19.79
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: #375,613 in Books (See Bestsellers in Books)

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

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

More About the Author

Tom Miller
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Tom Miller Page


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

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

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 on September 13, 2007 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

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
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 14 hours ago
textbook scam 66 5 days ago
Amazon is a great place to buy textbooks! 35 17 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...

Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

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.


Your Recent History

 (What's this?)

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