High CPU Usage with WebGL?

Posted by shoosh on Stack Overflow See other posts from Stack Overflow or by shoosh
Published on 2010-06-05T15:33:43Z Indexed on 2010/06/05 15:42 UTC
Read the original article Hit count: 392

Filed under:
|
|
|

I'm checking out the nightly builds of Firefox and Chromium with support of WebGL with a few demos and tutorials and I can't help but wonder about the extremely high CPU load they cause.

A simple demo like this one runs at a sustained 60% of my dual core. The large version of this one maxes out the CPU to 100% and has some visible frame loss.
Chromium seems to be slightly better than firefox but not by much. I'm pretty sure that if these were desktop application the CPU load would be negligible.

So what's going on here? what is it doing? Running the simple scripts of these can't be that demanding. Is it the extra layer of security or something?

© Stack Overflow or respective owner

Related posts about Performance

Related posts about opengl