Game Engine for Smart Device(Mobile Phone) [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
开发者_Python百科 Improve this questionI am looking for 3d game engine which is suited for mobile(not iPhone).
Is there any good well known 3d game engine like that?
It has to be actively underdevelopment, easy to use and should support a wide variety of devices.
Unity supports both iPhone and Android. I think Android support is still in "beta" but it shouldn't be long...
I've never heard of any sort of cross-smartphone game engine. Really the only smartphones capable of 3D gaming are iPhones and Android-based phones. Both iOS and Android use OpenGL for drawing in 3D, meaning that OpenGL code for either platform will be fairly easily translatable to the other platform.
精彩评论