Directx tutorials?

Started by
4 comments, last by foxefde 10 years, 11 months ago

Hello all,

Can anyone help me directx 11?I would really like to learn it, but i have no idea what with i should start.

I know c++ quite well.I found rastartek and braynzsoft tutorials,they seemed quite good for me ,but I think it's just wtf ,because first tutorial - like 500 lines of codes,who in the world can understand it with a bit of explanation?

I really need some tutorials !Would be amazing ,if these weren't the books ,because as english is forign language for me , it would be hard to learn it by reading that books =/

Advertisement

If you really want to learn DirectX11 then the Rastertek tutorials are excellent... you will have to write quite a bit of code (there are lots of different things to set up when opening up a window from scratch), but it's reasonably well documented.

http://www.directxtutorial.com/LessonList.aspx?listid=11 has a lot more documentation if that helps, but you'll want to head back to Rastertek for more interesting effects.

IMO rastertek's tutorials are the best you can find for DX and C++ on the net. I'd advise you to use a book or two if you want more in-depth knowledge though:

http://www.amazon.com/Introduction-3D-Game-Programming-DirectX/dp/1936420228/ref=sr_1_1?s=books&ie=UTF8&qid=1368813853&sr=1-1&keywords=DirectX

http://www.amazon.com/Practical-Rendering-Computation-Direct3D-11/dp/1568817207/ref=sr_1_5?s=books&ie=UTF8&qid=1368813853&sr=1-5&keywords=DirectX

http://www.amazon.com/Beginning-DirectX-11-Game-Programming/dp/1435458958/ref=sr_1_2?s=books&ie=UTF8&qid=1368813853&sr=1-2&keywords=DirectX

Also note that the official SDK documentation/tutorials/samples are quite good too.

I use Raster and this site: http://www.braynzarsoft.net/index.php?p=DX11Lessons

Thanks for these answers,if you say so , i will try my best to learn directx with Ramstarek's tutorials then !

And ,Siri, maybe you got an account you aren't using ? (BRAYNZSOFT) ,because registration is bugged and without it it's impossible to download source.Maybe I would check that tutorials as well ,after Ramstartek! ;

This topic is closed to new replies.

Advertisement