omt 0.4.2-alpha

A set of tiny tools mostly used for game development. A Texture atlas packer, a font converter, a pakfile creator.
Documentation
1
2
3
4
5
6
7
8
mod atlas;
pub use atlas::Atlas as Atlas;

mod atlaspreviewer;
pub use atlaspreviewer::AtlasPreviewer as AtlasPreviewer;

mod atlasfitter;
pub use atlasfitter::AtlasFitter as AtlasFitter;