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

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3062987/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 11:57:15  来源:igfitidea点击:

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

c++directxdirectx-11directcompute

提问by Stefan Valianu

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 的项目代码加分 :) )

采纳答案by M. Williams

I think there are still no DX11tutorials / books. If you want to study DirectXin-depth, you could grab some DX10book and also examine DX11 SDKand MSDN.

我认为仍然没有DX11教程/书籍。如果你想深入研究DirectX,你可以拿一些DX10 的书,也可以检查DX11 SDKMSDN

There is nothing really newin 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 DX11searches) could probably help you.

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

回答by iedoc

You might also want to check out

您可能还想查看

http://www.braynzarsoft.net

http://www.braynzarsoft.net

回答by Kate

I think if you need a really in-depth understanding of concepts, Frank Luna's book Introduction to 3D Game Programming with DirectX 11is 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 上的视频教程系列在这里。

回答by MisterMarvellous

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

即使您不进行游戏编程,我认为对 DirectX11 也非常有用的一本书是Beginning DirectX 11 Game Programmingbook。极好的信息来源。