DirectX book

Started by
4 comments, last by BenS1 11 years, 4 months ago
So I decided to buy a new book.
I already own: introduction to 3d game programming with dx 11 and dx 10 by Frank D Luna.

And right now I'd want a book that actually has examples,and ofcourse source code.I want to go with Gamg Coding Complete 4th edition.But I'd actually like someone who read it,to say if it actually teaches you anything valuable.

I'd be interested mostly in books that have to do with implementing shaders(God Rays etc),using animations from different types of files,etc.
Please help with a sugestion.
Advertisement
You are making it sound like Frank's books don't have any examples or source code.

All of the full source is available on his site here - http://www.d3dcoder.net/
Yeah Frank Luna's DirectX books always have great examples and full source code. The back cover and inside jacket also tell you the website to get the code (or you can follow lonewolff's link).

What kind of application do you want to make with DirectX. If you just want a 3rd person RPG/Shooter type game in 3D Frank Luna's book will get you there and it's a great book!
I know it has source code too.I was just wondering what other good books are there...
i replied to your other post on game coding complete, and just saw this one. I read game programming complete and it was the best book i've ever read on game programming as it teaches you how to actually make a game. it gives you a nice game framework, which is actually really hard to find a complete framework for a game, most sources will just teach you specific parts of a framework, such as graphics using directx or opengl, AI, sound, networking, resource management or input. game programming complete covers all these areas and how they all can work together.
I've got and read Game Coding Complete and Franks book.... both are great books.

However, Game Coding Complete doesn't go into details of programming specific shader effects such as God Rays etc. Franks book does cover some specific shader stuff but not God Rays or similar specifically.

If you're interested in specific special effects such as God Rays etc then maybe the ShaderX\GPU Pro\GPU Gems type books may be more of what you're after.

Thanks
Ben

This topic is closed to new replies.

Advertisement