summaryrefslogtreecommitdiff
path: root/examples/text.c
AgeCommit message (Collapse)Author
2025-11-04[fix] hardcoded fb descriptor fixedLevent Kaya
2024-11-27Code quality and warning removaldario-loi
Solved all code quality issues, removed dead code. Correctly freed fps buffer in texture_show_fps.c Correctly checked for argc size before accessing argv (did not show up in warnings but it's still dangerous) Reordered some resource acquisition operations in examples in order to avoid framebuffer creation if wrong inputs are specified (we fail first).
2024-11-26Outline and filled circles, suppressed warningsdario-loi
2024-11-26[feature] text rednering added on showcaselvntky
2024-11-26[feature] font rendering donelvntky
2024-11-26[refactor] changed text renderingLevent Kaya
2024-11-26[feature] font rendering updated, but not workslvntky