No description
Find a file
2022-05-03 11:35:15 +02:00
src Use new alias modules 2022-05-03 11:35:03 +02:00
tests Add initFont 2020-02-21 20:24:16 -05:00
.gitattributes Move c code into paratext dir 2020-08-12 14:29:32 -04:00
paratext.nimble Bump version 2022-05-03 11:35:15 +02:00
README.md Fix link 2020-04-13 22:31:24 -04:00
UNLICENSE Add copyright renunciation 2020-02-21 16:14:21 -05:00

A library for rendering text with paranim. It uses STB truetype to rasterize a font into a bitmap, and then provides a way to render text with instanced rendering. See the example to learn how to use it.