Languages

Menu
Sites
Language
Performance of Web simulator

I'm going to make a HTML5 game for tizen, but I don't have real device. Using emulator for creating games is impossible - it's too slow, but simulator works really fast. So generally - if game seems to be quite fast on web simulator ( ~ 55-60FPS ), can I expect the same on real device?

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
talari praveen kumar
hi dawid you cant expect the similar behaviour in simulator and device.. simulator performance depends on host machine configuration where as device performance depends on configuration of device even though look and feel is similar but the performance differs.
Marco Buettner
No you can compare this two issues. The simulator is just a web debugger binded in Chrome. Like talari praveen kumar said, the performance depends on host machine! The performance of emulator is slow because the application will complile from X86 to ARM so its not 100% excatly. The performance of on the device is between simulator and emulator, but in the most issues its near to emulator.