#packer #graphics #text

bin+lib hiero_pack

a simple parser and packing tool for libgdx's Hiero

3 releases

0.1.3 Oct 21, 2022
0.1.1 Aug 22, 2022
0.1.0 Nov 3, 2020

#2596 in Command line utilities

36 downloads per month
Used in fluffl

MIT/Apache

25KB
744 lines

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.

Dependencies

~1.4–2.1MB
~45K SLoC