groundh0g / FannyPack

A texture packing "app" (and more) written in HTML and JS.
http://fpack.moreoncode.com
MIT License
0 stars 0 forks source link

Premature Optimization #24

Open groundh0g opened 10 years ago

groundh0g commented 10 years ago

Refresh Frames only when needed. Refresh UI only when needed. Refresh BOTH on click of toolbar Refresh button.

groundh0g commented 10 years ago

So far performance has been better than expected. A 60-frame sheet takes about a second to process. Would still like to kill the FULL refresh on every freaking change that's made to the options. (e.g. Changing the export type refreshes the workspace. No need for that. Several other OBVIOUS places where refresh isn't needed.)