Crates.io | elefont |
lib.rs | elefont |
version | 0.1.3 |
source | src |
created_at | 2020-04-04 22:03:26.02499 |
updated_at | 2020-04-11 16:07:05.607172 |
description | A library that handles caching rendered glyphs on the GPU |
homepage | |
repository | https://github.com/ryanisaacg/elefont |
max_upload_size | |
id | 226418 |
size | 784,890 |
A library that handles caching rendered glyphs on the GPU
Elefont is a simple caching layer for a font rendering stack, which abstracts over both the font provider and the output format. It's intended for use mostly in games, but could serve in other applications as well.
Scope of this library:
Support is available out-of-the-box for software rendering via image
, rendering via
rusttype
, and performing automatic unicode normalization. All of these are optional features.