Simple console app to merge skybox tiles into a single skybox image. Supports PNG files only for now.
- Start the app from directory with files following the pattern
*_back.png
*_down.png
*_front.png
*_left.png
*_right.png
*_up.png
Check the samples directory for acceptable input.
- You can use
-d
flag to delete input files
-
Install Rust
-
Build
cargo buid --release
Check Releases