Yan01h / VTFViewer

A small lightweight program to quickly open .VTF files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VTFViewer Static Badge

A small and lightweight program to quickly open and inspect .VTF files.

This program was made for inspecting .vtf files, not editing them!

Version 2.0!

  • New better user interface
  • Open multiple .vtf files
  • Zoom in and out
  • View different mipmap levels

How to use

Its very simple. Open a .vtf file with File -> Open from the menu or drag and drop a file into the window.

Shift+Scroll -> Move image left or right
Ctrl+Scroll -> Zoom in and out

How to build

VTFViewer uses premake as its build system.
Clone the repository and execute premake in the root folder. Premake5

Screenshot

Screenshot2

3rdParty-Libraries used

GLFW
Dear ImGui
VTFLib

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE v3.0!
See LICENSE for more info.

About

A small lightweight program to quickly open .VTF files.

License:GNU General Public License v3.0


Languages

Language:C++ 99.9%Language:Lua 0.1%