1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00

Updated Home (markdown)

Chuck Walbourn 2022-05-10 19:59:09 -07:00
parent 6cbc3c9e3e
commit 2bbf587d54

11
Home.md

@ -35,6 +35,17 @@ See this [blog post](https://walbourn.github.io/directxtex/) for an overview.
[[Resources]]
# NuGet
DirectXTex is also available from the NuGet Gallery:
- [Windows desktop app using VS 2019 or VS 2022](https://www.nuget.org/packages/directxtex_desktop_2019)
- [Windows desktop app using VS 2019 or VS 2022 for Windows 10 / DX 12](https://www.nuget.org/packages/directxtex_desktop_win10)
- [Universal Windows Platform apps using VS 2019 or VS 2022](https://www.nuget.org/packages/directxtex_uwp)
# vcpkg C++ Package Manager
DirectXTex has a vcpkg installation [port](https://github.com/microsoft/vcpkg/tree/master/ports/directxtex) as well.
# Porting from D3DX
See [this post](https://aka.ms/Kfsdiu) for a complete listing of D3DX equivalents.