Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 4007ac6

Browse files
author
walbourn
committed
Readme notes
1 parent ec04199 commit 4007ac6

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

README.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
# DirectX SDK Samples
2-
3-
This repo contains Direct3D 11, XInput, and XAudio2 samples that originally shipped in the legacy DirectX SDK. These are all **Windows desktop** applications for Windows 7 Service Pack 1 or later.
4-
5-
They have all been cleaned up to build using the Windows 10 SDK, and _DO NOT_ require the DirectX SDK to build. Projects for Visual Studio 2019 are provided, and can be upgraded to VS 2022.
6-
7-
* [Microsoft Docs](https://docs.microsoft.com/en-us/windows/desktop/directx-sdk--august-2009-)* [Where is the DirectX SDK (2021 Edition)?](https://aka.ms/dxsdk)
8-
* [DirectX SDK Samples Catalog](https://walbourn.github.io/directx-sdk-samples-catalog/)
9-
* [The Zombie DirectX SDK](https://aka.ms/AA4gfea)
10-
11-
> The remainder of the legacy DirectX SDK samples for Direct3D 10, Direct3D 9, etc. can be found [directx-sdk-legacy-samples](https://github.com/walbourn/directx-sdk-legacy-samples). These make use of the Microsoft.DXSDK.D3DX NuGet so also _DO NOT_ require the legacy DirectX SDK to build.
12-
13-
## Notices
14-
15-
All content and source code for this package are subject to the terms of the [MIT License](https://github.com/walbourn/directx-sdk-samples/blob/main/LICENSE).
16-
17-
## Support
18-
19-
For questions, consider using [Stack Overflow](https://stackoverflow.com/questions/tagged/direct3d11) with the *direct3d11* tag, or the [DirectX Discord Server](https://discord.gg/directx) in the *dx9-dx11-developers* channel.
20-
21-
## Contributing
22-
23-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
24-
25-
## Trademarks
26-
27-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
28-
29-
## Credits
30-
31-
A full list of credits for all these samples is lost to history. They have been developed by various Microsoft engineers over many years.
32-
33-
A partial list of contributors includes: Dave Bonora, David Cook, Shanon Drone, Kev Gee, Xin Huang, Matt Lee, Cody Pritchard, Jason Sandlin, David Tuft, and Chuck Walbourn.
1+
# DirectX SDK Samples
2+
3+
This repo contains Direct3D 11, XInput, and XAudio2 samples that originally shipped in the legacy DirectX SDK. These are all **Windows desktop** applications for Windows 7 Service Pack 1 or later.
4+
5+
They have all been cleaned up to build using the Windows 10 SDK, and _DO NOT_ require the legacy DirectX SDK to build. Projects for Visual Studio 2019 are provided, and can be upgraded to VS 2022. CMake projects are also provided along with preset files for a subset of samples. The CMake files support building with MSVC, clang/LLVM for Windows, and some also support using MinGW.
6+
7+
* [Microsoft Docs](https://docs.microsoft.com/en-us/windows/desktop/directx-sdk--august-2009-)
8+
* [Where is the DirectX SDK (2021 Edition)?](https://aka.ms/dxsdk)
9+
* [DirectX SDK Samples Catalog](https://walbourn.github.io/directx-sdk-samples-catalog/)
10+
* [The Zombie DirectX SDK](https://aka.ms/AA4gfea)
11+
12+
> The remainder of the legacy DirectX SDK samples for Direct3D 10, Direct3D 9, etc. can be found [directx-sdk-legacy-samples](https://github.com/walbourn/directx-sdk-legacy-samples). These make use of the Microsoft.DXSDK.D3DX NuGet so also _DO NOT_ require the legacy DirectX SDK to build.
13+
14+
## Notices
15+
16+
All content and source code for this package are subject to the terms of the [MIT License](https://github.com/walbourn/directx-sdk-samples/blob/main/LICENSE).
17+
18+
## Support
19+
20+
For questions, consider using [Stack Overflow](https://stackoverflow.com/questions/tagged/direct3d11) with the *direct3d11* tag, or the [DirectX Discord Server](https://discord.gg/directx) in the *dx9-dx11-developers* channel.
21+
22+
## Contributing
23+
24+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
25+
26+
## Trademarks
27+
28+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
29+
30+
## Credits
31+
32+
A full list of credits for all these samples is lost to history. They have been developed by various Microsoft engineers over many years.
33+
34+
A partial list of contributors includes: Dave Bonora, David Cook, Shanon Drone, Kev Gee, Xin Huang, Matt Lee, Cody Pritchard, Jason Sandlin, David Tuft, and Chuck Walbourn.

0 commit comments

Comments
 (0)