WhitestormJS / whs.js

:rocket: 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js
MIT License
6.1k stars 390 forks source link

rStats module #192

Open thejmazz opened 7 years ago

thejmazz commented 7 years ago

http://spite.github.io/rstats/

Since it can be used to measure specific items over specific actions, could be cool as component module. For example, maybe be able to measure things from one component by adding this module to it. Or do it globally on app, etc.

sasha240100 commented 7 years ago

@thejmazz How about current statsjs module or even chrome devtool's one?)

thejmazz commented 7 years ago

rStats captures webgl details, not just fps

sasha240100 commented 7 years ago

@thejmazz Okay. If you are going to implement a such module - see that it should wrap App's loops. See what I have in statsjs module

sasha240100 commented 7 years ago

@thejmazz Maybe you can try to develop this one? I assign this issue to you