vote up 6 vote down star
4

Hi all,

I'm learning DirectX as part of a hobby project. I've been looking for some good online resources for DirectX9 (using C++, if that distinction matters), but haven't found anything that's a) great for a beginner and b) up to date.

Any recommendations?

flag

4 Answers

vote up 2 vote down check

When I started using DirectX I found this to be the best resource around for basic stuff: http://www.directxtutorial.com/

When you start reaching an intermediate level they want you to pay a subscription but all the good basic stuff is free. Tutorials are clear and literally step-by-step.

This is website is not bad at all either: http://www.toymaker.info/ - with some good project downloads.

If you have problems the best place to go in my experience is http://www.gamedev.net/ , they have great articles and forums with plenty of so-called gurus.

link|flag
Great answer. Don't forget that MSDN is a great reference for when you're reading the beginner tutorials. – OJ Oct 27 '08 at 10:05
vote up 1 vote down

Gamedev.net is probably a good place to look

link|flag
vote up 0 vote down

CodeProject.com

link|flag
vote up 0 vote down

Introduction to 3D Game Programming with DirectX 9: Not an online resource, but that book was very helpful to me.

There's also the DirecX SDK documentation, which should be your definitive resource.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.