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

Physics for the lazy demo slow in Firefox. #29

Open
DewiMorgan opened this issue Jun 8, 2014 · 1 comment
Open

Physics for the lazy demo slow in Firefox. #29

DewiMorgan opened this issue Jun 8, 2014 · 1 comment

Comments

@DewiMorgan
Copy link

Apologies if this is the wrong place - it's the closest I could find to a project related to your post "Physics for the lazy".

The line:
ctx.globalCompositeOperation='overlay';
...makes the demo insanely slow in FF.

The Firebug profiler shows that, with this line, the line:
ctx.stroke();
...uses about 99.99% of the cpu time.

The demo runs at a normal speed without the 'overlay' setting.

System: FF29.0.1, Win 7, Nvidia GeForce GT 650M

@hunterloftis
Copy link
Owner

Nice, thanks for the info! You got pretty close to the playfuljs issues page :) It's here in case you see anything in the future:

https://github.com/hunterloftis/playfuljs/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants