CC: Tweaked

CC: Tweaked

42M Downloads

Cleaning up paint(utils)

SquidDev opened this issue · 2 comments

commented

Just having a flick through paint and paintutils, and a couple of things we could definitely improve:

paintutils

paint

  • Drawing the initial image is slow. We should replace drawCanvas with a term.blit based version and see if it is any faster.
commented

Happy to take a stab at the blit stuff, if you haven't started already!

commented

Made the paint improvements in aab0cd3. My goodness, it's absurd how much faster it is.