hiero_pack

Crates.iohiero_pack
lib.rshiero_pack
version0.1.3
sourcesrc
created_at2020-11-03 06:46:53.747671
updated_at2022-10-21 15:00:58.510534
descriptiona simple parser and packing tool for libgdx's Hiero
homepage
repositoryhttps://github.com/K-C-DaCosta/hiero_pack
max_upload_size
id308165
size34,067
(K-C-DaCosta)

documentation

README

Hiero Pack

Build status Crates.io Documentation

This is a simple parser and packing tool for libgdx's Hiero

How to compile

git clone [this repo]
cargo build --release

How to pack

After you've used hiero to generate your fonts we just do a:

cargo run --release -- --font foo.a --pages page1.png page2.png 

And wahlah the output should be a packed, slightly more compact, atlus in binary.

Commit count: 14

cargo fmt