Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good DirectX resources for a beginner? [closed]

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?

like image 530
Gabriel Isenberg Avatar asked Oct 09 '08 06:10

Gabriel Isenberg


3 Answers

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.

like image 146
JohnIdol Avatar answered Nov 15 '22 12:11

JohnIdol


  • Toymaker
  • Triple Buffer
  • DirectX4VB
  • 32Bits

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.

like image 43
Firas Assaad Avatar answered Nov 15 '22 13:11

Firas Assaad


Gamedev.net is probably a good place to look

like image 32
AshtonKJ Avatar answered Nov 15 '22 14:11

AshtonKJ