Open Pomax opened 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().
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().