iOS doesn't support WebGL yet, and I need to write a 3D-ish game like Temple Run for iOS. Is it possible to write a game like that in ordinary Canvas? Or should I give up on this?
Thanks.
iOS doesn't support WebGL yet, and I need to write a 3D-ish game like Temple Run for iOS. Is it possible to write a game like that in ordinary Canvas? Or should I give up on this?
Thanks.
Personally I would not try to write a Temple Run like game running in a Canvas and wrapped in PhoneGap on iOS. There is an issue where Safari on iOS runs using the Nitro JavaScript engine which is quite fast but apps that use a UIWebView like PhoneGap are limited to using a slower version of the JavaScript interpreter. This causes problems when you are trying to write games like Temple Run.
You can write games in PhoneGap but the type of game you are talking about would really stretch the system to the max. I don't want to discourage you, I just want you to have the info.