directxtk_uwp 2021.6.10.1
See the version list below for details.
Requires NuGet 2.8.6 or higher.
dotnet add package directxtk_uwp --version 2021.6.10.1
NuGet\Install-Package directxtk_uwp -Version 2021.6.10.1
<PackageReference Include="directxtk_uwp" Version="2021.6.10.1" />
paket add directxtk_uwp --version 2021.6.10.1
#r "nuget: directxtk_uwp, 2021.6.10.1"
// Install directxtk_uwp as a Cake Addin #addin nuget:?package=directxtk_uwp&version=2021.6.10.1 // Install directxtk_uwp as a Cake Tool #tool nuget:?package=directxtk_uwp&version=2021.6.10.1
DirectX Tool Kit for DirectX 11
http://go.microsoft.com/fwlink/?LinkId=248929
Copyright (c) Microsoft Corporation.
June 9, 2021
This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 10, Xbox One, and Win32 desktop applications for Windows 7 Service Pack 1 or later.
This code is designed to build with Visual Studio 2017 (15.9), Visual Studio 2019, or clang for Windows v9 or later. It is recommended that you make use of the Windows 10 May 2020 Update SDK (19041) or later.
These components are designed to work without requiring any content from the legacy DirectX SDK. For details, see Where is the DirectX SDK?.
Documentation
Documentation is available on the GitHub wiki.
Notices
All content and source code for this package are subject to the terms of the MIT License.
For the latest version of DirectXTK, bug reports, etc. please visit the project site on GitHub.
Release Notes
Starting with the June 2020 release, this library makes use of typed enum bitmask flags per the recommendation of the C++ Standard section 17.5.2.1.3 Bitmask types. This may have breaking change impacts to client code:
You cannot pass the
0
literal as your flags value. Instead you must make use of the appropriate default enum value:AudioEngine_Default
,SoundEffectInstance_Default
,ModelLoader_Clockwise
, orWIC_LOADER_DEFAULT
.Use the enum type instead of
DWORD
if building up flags values locally with bitmask operations. For example,WIC_LOADER_FLAGS flags = WIC_LOADER_DEFAULT; if (...) flags |= WIC_LOADER_FORCE_SRGB;
The UWP projects and the VS 2019 Win10 classic desktop project include configurations for the ARM64 platform. These require VS 2017 (15.9 update) or VS 2019 to build, with the ARM64 toolset installed.
The
CompileShaders.cmd
script must have Windows-style (CRLF) line-endings. If it is changed to Linux-style (LF) line-endings, it can fail to build all the required shaders.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on directxtk_uwp:
Package | Downloads |
---|---|
EquirectangularImageViewer.UWP
UWP 360 Image Viewer with support for Equirectangular images |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on directxtk_uwp:
Repository | Stars |
---|---|
microsoft/Win2D-Samples
Sample code showing how to use Win2D
|
Version | Downloads | Last updated |
---|---|---|
2024.10.29.1 | 304 | 10/29/2024 |
2024.9.5.1 | 896 | 9/5/2024 |
2024.6.5.1 | 828 | 6/5/2024 |
2024.2.22.1 | 1,834 | 2/23/2024 |
2024.1.1.1 | 2,177 | 1/1/2024 |
2023.10.31.1 | 2,215 | 10/31/2023 |
2023.9.6.1 | 2,476 | 9/6/2023 |
2023.4.28.1 | 3,813 | 4/29/2023 |
2023.3.30.1 | 3,222 | 3/31/2023 |
2023.2.7.1 | 3,345 | 2/8/2023 |
2022.12.16.1 | 3,341 | 12/16/2022 |
2022.10.18.2 | 3,086 | 10/18/2022 |
2022.7.30.1 | 3,974 | 7/30/2022 |
2022.5.10.4 | 4,166 | 5/10/2022 |
2022.3.24.2 | 4,177 | 3/25/2022 |
2022.3.1.1 | 3,869 | 3/1/2022 |
2021.11.8.1 | 3,386 | 11/9/2021 |
2021.10.19.1 | 5,498 | 10/20/2021 |
2021.10.15.1 | 3,647 | 10/15/2021 |
2021.10.1.1 | 3,991 | 10/1/2021 |
2021.8.2.1 | 6,742 | 8/3/2021 |
2021.6.10.1 | 3,236 | 6/10/2021 |
2021.4.7.2 | 3,614 | 4/7/2021 |
2021.1.10.1 | 4,753 | 1/10/2021 |
2020.11.12.1 | 6,996 | 11/12/2020 |
2020.9.30.1 | 3,855 | 10/1/2020 |
2020.8.15.1 | 4,565 | 8/16/2020 |
2020.7.2.1 | 3,690 | 7/3/2020 |
2020.6.2.1 | 4,061 | 6/2/2020 |
2020.5.10.1 | 3,761 | 5/10/2020 |
2020.2.24.4 | 5,932 | 2/25/2020 |
2019.12.17.1 | 3,023 | 12/18/2019 |
2019.10.17.1 | 2,994 | 10/18/2019 |
2019.8.23.1 | 3,062 | 8/23/2019 |
2019.5.31.1 | 4,182 | 5/31/2019 |
2019.4.26.1 | 8,207 | 4/28/2019 |
2019.2.7.1 | 3,668 | 2/10/2019 |
2018.11.20.1 | 3,270 | 11/20/2018 |
2018.10.31.1 | 2,316 | 10/31/2018 |
2018.10.26.1 | 2,373 | 10/26/2018 |
2018.8.18.2 | 3,045 | 8/18/2018 |
2018.7.3.1 | 3,049 | 7/3/2018 |
2018.6.1.2 | 2,764 | 6/1/2018 |
2018.5.14.1 | 3,917 | 5/14/2018 |
2018.4.23.1 | 7,468 | 4/24/2018 |
2017.12.13.1 | 4,310 | 12/15/2017 |
2017.9.22.1 | 3,655 | 9/22/2017 |
2017.6.21.1 | 4,491 | 6/21/2017 |
2017.4.24.1 | 3,957 | 4/25/2017 |
2017.2.10.1 | 3,724 | 2/11/2017 |
2016.12.5.1 | 3,793 | 12/8/2016 |
2016.10.6.1 | 5,748 | 10/6/2016 |
2016.9.15.1 | 3,632 | 9/16/2016 |
2016.9.1.1 | 3,672 | 9/2/2016 |
2016.8.4.1 | 3,970 | 8/4/2016 |
2016.7.18.1 | 3,646 | 7/18/2016 |
2016.6.30.1 | 3,607 | 7/1/2016 |
2016.4.26.1 | 3,848 | 4/27/2016 |
2016.2.23.1 | 4,129 | 2/23/2016 |
2015.11.30.1 | 4,310 | 12/1/2015 |
2015.10.30.1 | 3,647 | 10/31/2015 |
2015.7.29.1 | 10,970 | 7/29/2015 |
Matches the June 9, 2021 release on GitHub.