Documentation

File Format

The GTA file format has the following features:

File format documentation:

Libgta

Libgta manual, including full API reference and examples.

For autoconf-based projects, use PKG_CHECK_MODULES([libgta], [gta >= 1.0.0]) to detect libgta.

For CMake-based projects, just use find_package(GTA).

Gtatool

Use gta help to get a list of all available commands, and gta help <cmd> to get help for the command <cmd>.