Where can I find some in-depth DirectX 11 tutorials? [closed]

半城伤御伤魂 提交于 2019-12-02 19:16:27

I think there are still no DX11 tutorials / books. If you want to study DirectX in-depth, you could grab some DX10 book and also examine DX11 SDK and MSDN.

There is nothing really new in DirectX 11 (in application architecture / code building principles), so you could examine new API features and (if you're actually proficient with DirectX), getting used to them should not be very hard.

In this case you simply won't need any tutorials.

If you need some actual code samples, this (and other DX11 searches) could probably help you.

Not sure how in depth you are looking, but this looks very good

http://www.rastertek.com/tutindex.html

iedoc

You might also want to check out

http://www.braynzarsoft.net

I think if you need a really in-depth understanding of concepts, Frank Luna's book Introduction to 3D Game Programming with DirectX 11 is by far the best book on DirectX 11.

Also there is a good beginner level easy to follow video tutorial series on YouTube here.

RDC

One book that I think is very useful for DirectX11 even if you not doing game programming is Beginning DirectX 11 Game Programming book . Excellent source of information.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!