A small utility to read Rawthrills G7 Engine archive files. More info on this file format can be found on my blog.
G7Reader.exe <input file> <output directory>
This project includes Visual Studio 2022 project files but can be compiled via Clang/GCC on Linux and on Clang/GCC/MSVC on Windows.
- Clang/GCC:
clang++/g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic ./src/G7Reader.cpp -o G7Reader