ritz078 / raaga

🎹 An online app to play and learn music on a keyboard.
https://raaga.riteshkr.com
132 stars 23 forks source link

hidden canvas for better performance #65

Open ritz078 opened 4 years ago

ritz078 commented 4 years ago

Offscreencanvas isn't supported by all the browsers and some browsers like firefox don't support offscreen canvas for 2d canvas. In that case we can use a hidden canvas to render everything and then draw that image on the main canvas at once.

ankeetmaini commented 4 years ago

I'll try this out and update the issue this week on the progress.