performance - Excanvas: Can I use Processing.js with it at near-normal (for <canvas>) speeds? -


i've come across google's excanvas stuff... it's , having <canvas> turdier browsers out there, wondering how optimised was; can use processing.js on (probably) , framerates close i'd on native canvas in chrome/firefox?

thanks,

james

this depend on sturdiness of machine code gets executed on, , speed of javascript interpreter run code.

extcanvas means overhead, , versions of chrome , firefox support hardware acceleration of canvas rendering.

this makes unlikely using extcanvas yield same results (as far speed concerned) canvas tag


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -