#gui #immediate #mode #png #convert #sheet #dimension

rsaarelm/vitral

Platform-agnostic immediate mode GUI

1 unstable release

0.2.0-pre Aug 18, 2018

#20 in #immediate

368 stars & 14 watchers

MIT/Apache

130KB
3K SLoC

Vitral

A backend-agnostic immediate mode GUI library.

Working with raw font files

Using ImageMagick, convert raw font to png:

convert -depth 8 -size 96x48 a:src/font-96x48.raw font.png

Convert png back to raw:

convert font.png a:src/font-96x48.raw

(The size value depends on the dimensions of your font sheet.)

Dependencies

~19–26MB
~318K SLoC