spilgames / glue

Glue is a JavaScript game engine for making web games that run on desktop and touch devices.
glue-engine.com
Other
10 stars 4 forks source link

Make double buffering optional #254

Closed HernanZh closed 10 years ago

HernanZh commented 10 years ago

Double buffering is not needed in canvas and actually decreases performance (confirmed)

HernanZh commented 10 years ago

Turns out double buffering wasn't actually used in the first place, game was constantly drawing an empty canvas over the original canvas.