mrdoob / glsl-sandbox

Shader editor and gallery.
https://glslsandbox.com/
MIT License
1.55k stars 260 forks source link

Include stats.js widget #10

Closed adammw closed 12 years ago

adammw commented 12 years ago

Feature request: Include stats.js widget

mrdoob commented 12 years ago

Maybe this is good enough? http://ricardocabello.com/blog/post/707

adammw commented 12 years ago

Already tried that, didn't seem to work on Chrome as it just gave 60fps even when it was obviously more like 7. I did a quick test of injecting stats.js then calling update from animate function, seems to work much better in that the fps count sounds reasonable.

mrdoob commented 12 years ago

On Chrome you also have a FPS counter under the chrome://flags http://www.thechromesource.com/tag/chrome-fps-counter/

makc commented 8 years ago

holy crap, why did not I see this before