Pomax / custom-graphics-element

Because what if you could just... write graphics sketches? On the web? Like, directly?
MIT License
17 stars 1 forks source link

Switch to double buffering. #86

Open Pomax opened 7 months ago

Pomax commented 7 months ago

Long running draw processes means that there can be flicker due to clearing first, then drawing. A double buffer would be a lot nicer where we draw to the buffer, then swap in the new frame at the end of draw().