10000 GitHub - lasa01/VTFLib: Linux port of Nem's VTFLib http://nemesis.thewavelength.net/index.php?p=40
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lasa01/VTFLib

 
 

Repository files navigation

VTFLib 2

This is a cross-platform, multithreading supporting version of the Linux port of VTFLib.

The original C API is changed to use pointers instead of globals to support multithreading.

Setup

mkdir VTFLib/build
cd VTFLib/build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j`nproc`
sudo make install

You may use the cmake option -DUSE_LIBTXC_DXTN=ON/OFF to enable/disable support for writing S3TC compressed textures.

Missing Features

There are several features that aren't currently supported by the Linux version because they depend on a legacy Windows library (nvDXTLib). Such features are:

  • genratig mipmaps
  • resizing textures and generating thumbnails
  • generating normal maps/normal map conversion

However, all read-only features are supported.

Dependencies

  • libtxc_dxtn for writing S3TC compressed textures (optional).

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

About

Linux port of Nem's VTFLib http://nemesis.thewavelength.net/index.php?p=40

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • C 20.6%
  • CMake 1.9%
0