Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 669
Mehrham Avatar asked Apr 20 '14 05:04

Mehrham


1 Answers

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

like image 64
Nikola Dimitroff Avatar answered Oct 20 '22 00:10

Nikola Dimitroff