Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hidden canvas for better performance #65

Open
ritz078 opened this issue Sep 28, 2019 · 1 comment
Open

hidden canvas for better performance #65

ritz078 opened this issue Sep 28, 2019 · 1 comment
Labels
enhancement New feature or request hacktoberfest

Comments

@ritz078
Copy link
Owner

ritz078 commented Sep 28, 2019

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
Copy link
Collaborator

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

@ritz078 ritz078 added hacktoberfest enhancement New feature or request labels Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants