Skip to content

Instantly share code, notes, and snippets.

@lxfly2000
Last active June 20, 2025 02:09
Show Gist options
  • Save lxfly2000/c05eb14be0c60dcef06568f63e90a170 to your computer and use it in GitHub Desktop.
Save lxfly2000/c05eb14be0c60dcef06568f63e90a170 to your computer and use it in GitHub Desktop.
几个比较重要的DirectX SDK版本下载

几个比较重要的DirectX SDK下载地址

目前Windows操作系统只有Win10/11是微软仍在支持的,这两个系统支持的DirectX运行版本支持到12.

  • 最后一个含有DirectX8.0(仅32位,不含D3DX8)以及之前版本的SDK为2007年8月版本,推荐安装环境:WinXP+VS2005,因为这两个都已被官方停止支持所以不推荐使用DirectX8.0,下载链接(已失效)(与Windows SDK同时使用会引起冲突)
  • 最后一个含有DirectX9.0版本的SDK为2010年6月版本,推荐安装环境:Win7+VS2010,下载链接
  • 之后版本的DirectX SDK被集成到了Windows SDK中并且不再提供D3DX的组件,推荐安装环境:Win8.1+VS2013,下载链接
  • Windows 10 SDK加入了DirectX12的组件,推荐安装环境:Win10+VS2015或更高版本,下载链接

其中使用Win8或更新版本SDK开发的DirectX11.1程序在Win7上运行需要安装KB2670838更新。

win7

最后推荐两个比较好的DirectX11的学习教程:

@lxfly2000
Copy link
Author

lxfly2000 commented Jun 19, 2025

几个比较重要的DirectX运行库

@lxfly2000
Copy link
Author

国内网盘备份:蓝奏(密码:g05n) 123盘1(提取码:Hy0V) 123盘2 移动云盘(提取码:oqdl)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment