summaryrefslogtreecommitdiff
path: root/asset
AgeCommit message (Collapse)Author
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-26[docs] updated docslvntky
2024-11-26[feature] text rednering added on showcaselvntky
2024-11-26[feature] font rendering donelvntky
2024-11-26[feature] font rendering updated, but not workslvntky
2024-11-24[refactor] faster rendering without bound checklvntky
2024-11-24[feature] texture renderinglvntky
2024-11-23[asset] sample doom asset as tga to renderLevent Kaya
2024-11-23[feature] raw mode test (not passed)lvntky
2024-11-21[feature] partially text rendering with dependencylvntky
2024-11-21[feature] basic renderinglvntky