Mangara / Color-Zebra

Beautiful sequential colormaps.
MIT License
0 stars 0 forks source link

Render preview to an image #5

Open Mangara opened 6 years ago

Mangara commented 6 years ago

By rendering to an image, instead of directly to the screen, we can cache the images, so switching back will be much faster. It also opens the way for pre-rendering images during idle time, which will greatly improve performance.

Use techniques from http://www.html5rocks.com/en/tutorials/canvas/performance/