Skip to content

Simple and modern C++ library for parsing the Valve Texture Format

License

Notifications You must be signed in to change notification settings

Derpius/VTFParser

Repository files navigation

VTFParser

Simple and modern library for parsing the Valve Texture Format.

This is mainly for use in my other projects like VisTrace, and is acompanied by https://github.com/Derpius/BSPParser.

Provides complete abstraction from the VTF file format for reading high res texture data, with the simplest usage only needing to construct the class, check it's valid, and call GetPixel with the coords and mip level.
Documentation coming soon

About

Simple and modern C++ library for parsing the Valve Texture Format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages