feat: implement optimized text rendering by caching font characters into special atlas

This commit is contained in:
Ryan Walters
2025-09-03 17:31:48 -05:00
parent 028ee28840
commit 23f43288e1
4 changed files with 319 additions and 36 deletions

View File

@@ -2,3 +2,4 @@ pub mod animated;
pub mod blinking;
pub mod sprite;
pub mod text;
pub mod ttf;