Mehrham
Mehrham

Reputation: 61

How to check client performance for webgl(three.js)

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

Answers (1)

Nikola Dimitroff
Nikola Dimitroff

Reputation: 6237

Take a look at stats.js, this THREEX plugin and webgl inspector.

Upvotes: 3

Related Questions