To make this performant, the Font struct caches rendered glyphs as sdl textures. Without caching, performance is abysmal. |
||
---|---|---|
fonts/source_code_pro | ||
src | ||
.gitignore | ||
Cargo.toml | ||
readme.md | ||
todo.md |
To make this performant, the Font struct caches rendered glyphs as sdl textures. Without caching, performance is abysmal. |
||
---|---|---|
fonts/source_code_pro | ||
src | ||
.gitignore | ||
Cargo.toml | ||
readme.md | ||
todo.md |