#image #binary #texture #graphics #mirui

no-std mirx

MIRX binary image format — flat & chunk-based container for ahead-of-time UI assets

22 releases (13 breaking)

Uses new Rust 2024

0.42.0 Jul 12, 2026
0.40.0 Jul 7, 2026

#1140 in Images

46 downloads per month
Used in 3 crates (2 directly)

MIT license

115KB
3K SLoC

mirx

MIRX is the ahead-of-time binary image format used by mirui. It bundles pixel data (and optionally palette / alpha plane / metadata) in a form that mirui can include_bytes! and read with zero copies on embedded targets, while CHUNK mode also carries multiple frames, animations, or vector content.

no_std + alloc with no external dependencies. Consumed by mirui directly and by host-side conversion tools such as icu.

License

MIT.

No runtime deps

Features