Tomobodo / Haxolotl

A haxe game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Higher fps = higher bench result. Why ?

Tomobodo opened this issue · comments

html5 use request animation frame, so the base fps is 180 fps while native app are limited to 60 fps. The runner mark score is higher on html5 target than in native. When setting fps to 200 on native, the score is higher than html5 again. The fps regulation of lime or openfl may be in cause, have to investigate.