aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add line drawing func for horz/vert linesBad Diode2021-06-041-0/+1
* Add initial performance optimization for rect drawBad Diode2021-06-041-4/+10
* Add slow rect drawing primitive to rendererBad Diode2021-06-041-1/+3
* Add text drawing support for framebufferBad Diode2021-06-041-7/+3
* Add tile drawing function for the framebufferBad Diode2021-06-031-11/+5
* Add initial text background drawing functionsBad Diode2021-06-031-7/+11
* Update the renderer to support a text layerBad Diode2021-06-021-3/+6
* Init repo with basic BG framebuffer rendererBad Diode2021-06-021-0/+81