Reputation: 61
I have a graphic project using three.JS and now I want to check client GPU performance automatically and compute how many elements I can load in application. I think about something like a GPU benchmark.
Upvotes: 6
Views: 3581
Reputation: 6237
Take a look at stats.js, this THREEX plugin and webgl inspector.
Upvotes: 3