omt 0.3.0

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
9
10
pub mod asset;
pub mod atlas;
pub mod font;
pub mod gfx;
pub mod packer;
pub mod script;
pub mod shader;
pub mod soundbank;
pub mod util;
pub mod xcassets;