/skybox-builder-rs

gamedev skybox merger cli

Primary LanguageRustMIT LicenseMIT

Skybox Merger

fmt/clippy/test

Simple console app to merge skybox tiles into a single skybox image. Supports PNG files only for now.

Usage

  1. 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.

  1. You can use -d flag to delete input files

Buiding

  1. Install Rust

  2. Build

cargo buid --release

Compiled binaries

Check Releases