The MASM Forum

General => The Soap Box => Topic started by: Farabi on July 19, 2012, 01:21:19 PM

Title: Lousy Performance of HTML5
Post by: Farabi on July 19, 2012, 01:21:19 PM
http://labs.hyperandroid.com/hypnoamoeba-html5

Take a look at the performance it yield when rendering 3D animation. It was hundreds time slower than if you programmed it on Assembler. If you created it on assembler, for at least 3 milions of vertex, you will processed it on less than a second on a low end GPU like SiS Mirage. On nVidia GTS it will be rendered 60 times faster than what SiS Mirage did. But this Java version only took 7 FPS for a vertex less than 50 vertices. The performance was very very very bad.

On a GTS 450 nVidia card it only took 7 FPS. I bet if I run it on my laptop which used SiS it wont even render at all.
Title: Re: Lousy Performance of HTML5
Post by: Farabi on July 19, 2012, 04:50:58 PM
Ah, finally I found an optimized version of HTML5 called cocos 2D. It is very fast and optimized  :t