#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

#2564 in Command line utilities

Download history 3/week @ 2024-02-19 33/week @ 2024-02-26 5/week @ 2024-03-11 62/week @ 2024-04-01

67 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–2MB
~44K SLoC