Texture processing tools with support for Direct3D 10 and 11 formats.
249d678b25
Better AARCH64/Arm64 support. |
||
---|---|---|
.github | ||
cmake | ||
data | ||
doc | ||
extern | ||
project | ||
src | ||
.gitignore | ||
ChangeLog | ||
CMakeLists.txt | ||
configure | ||
LICENSE | ||
README.md | ||
VERSION |
NVIDIA Texture Tools
The NVIDIA Texture Tools is a collection of image processing and texture manipulation tools, designed to be integrated in game tools and asset processing pipelines.
The primary features of the library are mipmap and normal map generation, format conversion, and DXT compression.
How to build (Windows)
Use the provided Visual Studio 2017 solution project/vc2017/thekla.sln
.
How to build (Linux/OSX)
Use cmake and the provided configure script:
$ ./configure
$ make
$ sudo make install
Using NVIDIA Texture Tools
To use the NVIDIA Texture Tools in your own applications you just have to include the following header file:
And include the nvtt library in your projects.
The following file contains a simple example that shows how to use the library:
Detailed documentation of the API can be found at:
https://github.com/castano/nvidia-texture-tools/wiki/ApiDocumentation