This commit is contained in:
Chuck Walbourn 2021-01-09 17:09:41 -08:00
Родитель bd97837cde
Коммит 98af91b9e8
6 изменённых файлов: 31 добавлений и 27 удалений

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2017 or Visual Studio 2019 and supports Windows 7 / DirectX 11.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation.</description>
<releaseNotes>Matches the November 11, 2020 release on GitHub.</releaseNotes>
<releaseNotes>Matches the January 9, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>
@ -43,6 +43,6 @@ DirectXMesh, a shared source library for performing various geometry content pro
<file src=".nuget/directxmesh_desktop_2017.targets" target="build\native" />
<file src=".nuget/icon.jpg" target="images\" />
</files>
</package>
</package>

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2017 or Visual Studio 2019 and supports Windows 10 including both DirectX 11 and DirectX 12.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation.</description>
<releaseNotes>Matches the November 11, 2020 release on GitHub.</releaseNotes>
<releaseNotes>Matches the January 9, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>
@ -49,6 +49,6 @@ DirectXMesh, a shared source library for performing various geometry content pro
<file src=".nuget/directxmesh_desktop_win10.targets" target="build\native" />
<file src=".nuget/icon.jpg" target="images\" />
</files>
</package>
</package>

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Universal Windows Platform apps on Windows 10 using Visual Studio 2017 or Visual Studio 2019.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation.</description>
<releaseNotes>Matches the November 11, 2020 release on GitHub.</releaseNotes>
<releaseNotes>Matches the January 9, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>
@ -33,7 +33,7 @@ DirectXMesh, a shared source library for performing various geometry content pro
<file target="native\lib\ARM\Release" src="DirectXMesh\Bin\Windows10_2017\ARM\Release\*.lib" />
<file target="native\lib\ARM\Release" src="DirectXMesh\Bin\Windows10_2017\ARM\Release\*.pdb" />
<file target="native\lib\ARM64\Debug" src="DirectXMesh\Bin\Windows10_2017\ARM64\Debug\*.lib" />
<file target="native\lib\ARM64\Debug" src="DirectXMesh\Bin\Windows10_2017\ARM64\Debug\*.pdb" />
@ -55,6 +55,6 @@ DirectXMesh, a shared source library for performing various geometry content pro
<file src=".nuget/directxmesh_uwp.targets" target="build\native" />
<file src=".nuget/icon.jpg" target="images\" />
</files>
</package>
</package>

Просмотреть файл

@ -6,7 +6,12 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX
## Release History
###November 11, 2020
#### January 9, 2021
* Windows Subsystem for Linux support
* Code review for improved conformance
* CMake updated to support package install
### November 11, 2020
* Code review and project updates
### August 15, 2020

29
LICENSE
Просмотреть файл

@ -1,21 +1,20 @@
The MIT License (MIT)
Copyright (c) 2014-2020 Microsoft Corp
Copyright (c) 2014-2021 Microsoft Corp
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following
conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Просмотреть файл

@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981
Copyright (c) Microsoft Corporation. All rights reserved.
**November 11, 2020**
**January 9, 2021**
This package contains DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation.