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
Post a Comment