brangerbriz / liBB.js

A JavaScript library/framework for creating interactive && generative apps + installations in/out of the browser
http://libb.brangerbriz.com/
GNU General Public License v3.0
1 stars 2 forks source link

Optimize BBModBrushManager2D #3

Closed brannondorsey closed 9 years ago

brannondorsey commented 9 years ago

Currently BBModBrushManger2D is calling canvas.toDataUrl() every frame. This is terribly inefficient because, as the image becomes more complex, this call takes longer and longer to complete.

brannondorsey commented 9 years ago

Done. Merged to master. Still need to test on @nbriz PC.