flow-texpack 0.2.2

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.
Documentation
1
2
3
4
5
6
// flow-texpack: A program that will allow you to generate texture atlas.
// zlib License (see LICENSE)

pub mod app;
pub mod packer;
pub mod texture;