A tool for rendering text using bitmap images in PNG format, C version
 
 
Go to file
Síle Ekaterin Liszka 1309a22a59 src/font.c: oops, a little overzealous 2023-11-29 21:36:37 -08:00
example example: add example materials 2023-11-27 22:41:15 -08:00
src src/font.c: oops, a little overzealous 2023-11-29 21:36:37 -08:00
subprojects/libtoml initial commit 2023-11-27 13:38:00 -08:00
.gitignore gitignore: ignore Apple shit 2023-11-27 16:41:23 -08:00
README.md README: add 2023-11-27 13:48:25 -08:00
meson.build src: implement own btree 2023-11-29 21:01:38 -08:00

README.md

Smeargle

A tool for rendering text using bitmap images in PNG format, C version.

Build Requirements

To build this project, you will need:

  • libtoml (tomlc99); an embedded copy is available as a fallback if a system version isn't.
  • libgd
  • meson
  • ninja

Building smeargle:

meson setup . output
meson compile

License

This program is released under the MIT license; a copy of this license is provided in LICENSE.md.