Updated Home (markdown)

Chuck Walbourn 2020-02-25 19:55:30 -08:00
Родитель e32c6c3aab
Коммит 53b31adbab
1 изменённых файлов: 6 добавлений и 0 удалений

@ -23,6 +23,12 @@ See this [blog post](https://walbourn.github.io/directxmesh/) for an overview
# CodePlex
DirectXMesh was formerly hosted on [CodePlex](https://directxmesh.codeplex.com/).
# NuGet
DirectXMesh is also available on NuGet
* [Universal Windows Platform apps](https://www.nuget.org/packages/directxmesh_uwp)
* [Windows desktop app using VS 2017 or VS 2019](https://www.nuget.org/packages/directxmesh_desktop_2017)
* [Windows desktop app using VS 2017 or VS 2019 for Windows 10](https://www.nuget.org/packages/directxmesh_desktop_win10)
# Porting from D3DX
See [this post](https://aka.ms/Kfsdiu) for a complete listing of D3DX equivalents.