Commit Graph

1 Commits

Author SHA1 Message Date
3d0a0fc9cb Add comprehensive DirectX SDK download and installation guide
Added: DIRECTX_SDK_DOWNLOAD_GUIDE.md (10KB)

Content:
- DirectX 9 SDK download links (June 2010)
- DirectX 12 / Windows SDK download links
- Step-by-step installation instructions
- Known issues and solutions (S1023 error, etc.)
- Visual Studio project configuration
- Redistribution packages
- Development tools (PIX, RenderDoc)
- FAQ and troubleshooting
- Quick setup checklists

Key Information:
- DX9: Microsoft DirectX SDK June 2010 (572 MB)
  * Download: https://www.microsoft.com/en-us/download/details.aspx?id=6812
  * Includes: d3d9.lib, d3dx9.lib, headers
  * Requires: Separate redistribution package

- DX12: Windows 10/11 SDK (integrated with Visual Studio)
  * Download: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
  * Includes: d3d12.lib, dxgi.lib, built into Windows 10+
  * No redistribution needed

Additional Resources:
- Helper header: d3dx12.h (GitHub)
- Debug tools: PIX for Windows, RenderDoc
- Tutorials and documentation links

This guide enables developers to quickly set up the development environment
for both dx9 and dx12 branches.
2025-12-01 10:32:35 +09:00