UVAtlas

UVAtlas isochart texture atlas

Github stars Tracking Chart

DirectX Logo

UVAtlas - isochart texture atlasing

http://go.microsoft.com/fwlink/?LinkID=512686

Copyright (c) Microsoft Corporation. All rights reserved.

December 17, 2019

This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas.

This code is designed to build with Visual Studio 2017 (15.9), Visual Studio 2019, or clang for Windows v9. It is recommended that you make use of the Windows 10 May 2019 Update SDK (18362).

These components are designed to work without requiring any content from the legacy DirectX SDK. For details, see Where is the DirectX SDK?.

Directory Layout

  • Inc\

    • Public Header File (in the DirectX C++ namespace):

      • UVtlas.h
        • UVAtlasCreate
        • UVAtlasPartition
        • UVAtlasPack
        • UVAtlasComputeIMTFromPerVertexSignal
        • UVAtlasComputeIMTFromSignal
        • UVAtlasComputeIMTFromTexture
        • UVAtlasComputeIMTFromPerTexelSignal
        • UVAtlasApplyRemap
  • geodesics\, isochart\

    • Library source files
  • UVAtasTool\

    • Command line tool and sample for UVAtlas library

To build this tool, you need the DirectXTex (http://go.microsoft.com/fwlink/?LinkId=248926) and DirectXMesh (http://go.microsoft.com/fwlink/?LinkID=324981) libraries in the following directory structure:

.\DirectXTex\DirectXTex
.\DirectXMesh\DirectXMesh
.\DirectXMesh\Utilities
.\UVAtlas\UVAtlas
.\UVAtlas\UVAtlasTool

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 UVAtlas, bug reports, etc. please visit the project site on GitHub.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Further reading

Zhou et al, "Iso-charts: Stretch-driven Mesh Parameterization using Spectral Analysis",
Eurographics Symposium on Geometry Processing (2004) pdf

Sander et al. "Signal-Specialized Parametrization" Europgraphics 2002 pdf

Release Notes

  • The VS 2017/2019 projects make use of /permissive- for improved C++ standard conformance. Use of a Windows 10 SDK prior to the Fall Creators Update (16299) or an Xbox One XDK prior to June 2017 QFE 4 may result in failures due to problems with the system headers. You can work around these by disabling this switch in the project files which is found in the <ConformanceMode> elements, or in some cases adding /Zc:twoPhase- to the <AdditionalOptions> elements.

  • The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5 - 15.7 updates, you need to install the standalone Windows 10 SDK (17763) which is otherwise included in the 15.8.6 or later update. Older VS 2017 updates will fail to load the projects due to use of the element. If using the 15.5 or 15.6 updates, you will see warning D9002: ignoring unknown option '/Zc:__cplusplus' because this switch isn't supported until 15.7. It is safe to ignore this warning, or you can edit the project files <AdditionalOptions> elements.

  • The VS 2019 projects use a <WindowsTargetPlatformVersion> of 10.0 which indicates to use the latest installed version. This should be Windows 10 SDK (17763) or later.

  • 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.

Overview

Name With Ownermicrosoft/UVAtlas
Primary LanguageC++
Program languageC++ (Language Count: 3)
Platform
License:MIT License
Release Count59
Last Release Namefeb2024 (Posted on 2024-02-23 12:47:27)
First Release Nameapr2015 (Posted on 2015-04-14 11:54:34)
Created At2015-04-09 19:43:41
Pushed At2024-04-05 21:38:27
Last Commit At
Stargazers Count797
Watchers Count80
Fork Count143
Commits Count379
Has Issues Enabled
Issues Count64
Issue Open Count12
Pull Requests Count81
Pull Requests Open Count1
Pull Requests Close Count7
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top