Text rendering is now around parity (if not better) than what was done before with raylib

Performance still sucks since the rendering implementation is subpar
This commit is contained in:
2024-06-24 23:19:08 -04:00
parent 321bbfd772
commit 6f722026ce
9 changed files with 217 additions and 161 deletions

View File

@ -18,7 +18,7 @@ DebugData :: struct {
// UI Vis
draw_ui_box_bounds_points : bool,
draw_UI_padding_bounds : bool,
draw_ui_padding_bounds : bool,
draw_ui_content_bounds : bool,
// Test First