marcofugaro / stats.js

JavaScript Performance Monitor

Home Page:http://mrdoob.github.io/stats.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork of mrdoob/stats.js

npm install stats.js@marcofugaro/stats.js

CHANGES

  • Convert to ES6 classes
  • Add GPU MS panel from brunosimon: new Stats({ context: renderer.getContext() })
  • Add option to hide min and max: new Stats({ showMinMax: false })
  • Fix jumping around of text:
Before After

About

JavaScript Performance Monitor

http://mrdoob.github.io/stats.js/

License:MIT License


Languages

Language:JavaScript 100.0%