Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

Fixed draw lag (at least as far as I can tell) #64

Closed BurntPizza closed 10 years ago

BurntPizza commented 10 years ago

It turns out it seemed to be the checkered canvas background. >_> ?

Uses lazy initialization and buffer copying instead of every-frame allocation and rendering for background image.