flow-texpack is a program that will allow you to generate texture atlas from input images (BMP, HDR, JPG, PNG, TGA, TIFF, WEBP). The application generates both texture atlas and descriptions file that can be read by a game.
// flow-texpack: A program that will allow you to generate texture atlas.
// zlib License (see LICENSE)
useflow_texpack::App;#[tokio::main]
async fnmain(){letmut app =App::default();
app.run().await;}