Tools to convert equirectangular projection 360 panoramas in 6 faces of the cube.
Migrate from a python version.
- A C++23 compiler
- CMake 3.20+
Image IO uses stb_image / stb_image_write,
vendored in third_party/stb, so there is no external library to install.
cmake -S . -B build
cmake --build build
./build/main [Panorama Filename]
For example, ./build/main sample/sample.png writes the six faces
(front.jpg, back.jpg, ...) to the current directory.
See main.cpp