summaryrefslogtreecommitdiff
path: root/source/renderer
AgeCommit message (Collapse)Author
2025-03-27Added imgui components:talha
- Added ui button, basic but also centers text automatically, IT IS SLOW - IN PROGRESS: adding a drop down select box
2025-03-23Fixed function definitiontalha
2025-03-23Updated Quad Drawing, Added compile and run scripttalha
2025-03-06Making project work with clangd:talha
- Moved a lot of items into separate header files - Still compiling everything as a single translation unit (but maybe a heavier translation unit [if that is possible]) - setup compile_flags, a way to use clangd without using a build system - stuff like clangd and cmake don't work well with unity builds, so I avoid jumping through hoops
2025-02-23Fixed kerningtalha
2025-02-23Refactored font rendering functionalitytalha
2025-02-11Added line rendereringtalha
2025-02-10updated rect calculations, separated renderer logic:talha
- position now starts from left bottom corner, to make drawing easier - moved quad rendering functions to their own files