我在哪里可以找到一些深入的DirectX 11教程?

时间:2022-08-30 15:06:48

So far the only tutorials I've been able to find are on directx11tutorials.com, which are essentially inferred from the existing samples. Does anyone know where to find other tutorials, or better yet open source projects using DirectX 11? (Extra points for project code using DirectX 11 :) )

到目前为止,我能找到的唯一教程是在directx11tutorials.com上,这些教程基本上是从现有的样本中推断出来的。有谁知道在哪里可以找到其他教程,或者更好的使用DirectX 11的开源项目? (使用DirectX 11的项目代码的额外点:))

6 个解决方案

#1


6  

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.

我认为仍然没有DX11教程/书籍。如果你想深入研究DirectX,你可以获得一些DX10书籍并检查DX11 SDK和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.

DirectX 11中没有什么新东西(在应用程序架构/代码构建原则中),因此您可以检查新的API功能(如果您实际上精通DirectX),那么习惯它们应该不是很难。

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.

如果你需要一些实际的代码示例,这个(以及其他DX11搜索)可能对你有帮助。

#3


6  

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

不确定你看起来有多深,但这看起来非常好

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

#4


6  

You might also want to check out

您可能还想看看

http://www.braynzarsoft.net

#5


3  

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.

我想如果你需要对概念有一个非常深入的理解,Frank Luna的着作“DirectX 11的3D游戏编程简介”是迄今为止关于DirectX 11的最佳书籍。

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

此外,还有一个很好的初学者级别,可以在YouTube上轻松关注视频教程系列。

#6


1  

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.

即使您没有进行游戏编程,我认为对DirectX11非常有用的一本书是Beginning DirectX 11游戏编程书。优秀的信息来源。

#1


6  

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.

我认为仍然没有DX11教程/书籍。如果你想深入研究DirectX,你可以获得一些DX10书籍并检查DX11 SDK和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.

DirectX 11中没有什么新东西(在应用程序架构/代码构建原则中),因此您可以检查新的API功能(如果您实际上精通DirectX),那么习惯它们应该不是很难。

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.

如果你需要一些实际的代码示例,这个(以及其他DX11搜索)可能对你有帮助。

#2


#3


6  

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

不确定你看起来有多深,但这看起来非常好

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

#4


6  

You might also want to check out

您可能还想看看

http://www.braynzarsoft.net

#5


3  

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.

我想如果你需要对概念有一个非常深入的理解,Frank Luna的着作“DirectX 11的3D游戏编程简介”是迄今为止关于DirectX 11的最佳书籍。

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

此外,还有一个很好的初学者级别,可以在YouTube上轻松关注视频教程系列。

#6


1  

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.

即使您没有进行游戏编程,我认为对DirectX11非常有用的一本书是Beginning DirectX 11游戏编程书。优秀的信息来源。