Are there any frameworks or projects that support cross-platform mobile game development? At the moment Titanium does cross platform development, but doesn't support high end graphics APIs, so many things still have to be written specifically for a given platform.
|
closed as not constructive by Tetrad♦ Jan 23 '12 at 18:46
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I'm an indie game mobile game developer and there is not a week that goes by without me trying to find a better toolset. You can have a look at:
I don't think HTML5 is there yet for cross platform... maybe one day. I have the additional requirements that my games must work on the Blackberry as well... |
||||
|
|
|
If your mostly looking to create a website/web app definitely check out PhoneGap here PhoneGapit has a huge assortment of supported features on each device and that with the combination of JQueryMobile JqueryMobile you can build some serious cross platform apps. |
||||
|
|
|
You can check out Adobe AIR, which lets you write-once-run-anywhere in Flash and Actionscript for platforms like desktop, iOS and Android. It requires a bit more optimisation skill to optimise for mobile platforms, but once that's done deploying to either iOS or Android shouldn't be a problem. See http://corlan.org/2011/07/18/using-adobe-air-to-reach-multiple-devices-conqu/ for an example of reaching multiple platforms using 1 code base. |
||||
|
|
|
Unity and Sio2 look really solid and impressive. Pricey yes but I understand how much it is challenging to create such products. |
||||
|
|
|
If your gaming involves 3D gaming, Unity is a good option. If you are comfortable with JavaScript, I'd recommend going for Appcelerator Titanium. On the other hand, you may also want to look at Skiller SDK, it provides multi-platform support (Android, J2ME, Symbian and iOS in the works). It's a third-party SDK which augments gaming capabilities on multiple native platforms. |
||||
|
|
Corona SDKI am surprised that no one has mentioned this one yet. It is a high performance 2d game engine that runs on LUA and is really easy to use. |
||||
|
|
|
Shiva 3D does iPhone, Android, WebOS and Airplay. It also has many non-mobile options. |
||||
|
|
|
I have bad experinace in choosing Cross platform game development SDK, I did research and evaluated many SDK, and I finalized to use Airplay SDK, seems SDK has good documents and samples, so easy to jump, I developed around 60 games which deployed on android and iphone, it works fine. Now I would like to integrate ad on Airplay based games, and seems airplay don't have capability to render HTML,CSS & JS (like webview), Seems it allow only to draw image but don't have HTML. So if you are thinking to develop games without ads(or if you have own image ads) then I think Airplay is fine, if you are thinking to have ad, then I suggest to not go with Airplay. |
||||
|
|
|
Mono supports iphone (mono touch) and android (mono droid) I am not sure how well game development would be supported through either of those. You would also be able to support WP7 as well. Sure the platform interface code would be different but you should be able to use 80- 90% of your code on all three platforms. |
||||
|
|
|
As noted above Unity is a solid choice, it supports Mac and Windows machines (desktop and web), iOS and Android devices as well as all three consoles (PS3, Wii, X360, downloadable and retail titles). |
||||
|
|
|
Airplay SDK uses C++ and works across different mobile platforms (Android, iPhone, Symbian, etc) |
||||
|
|
|
HTML5 and JavaScript are getting better every day. They may not have as developed toolchains as more existing platforms, but in six months or a year they look to be pretty strong. The main advantage is that you can code and test by making a browser accessible webpage and navigating to it from the mobile device. Additionally the platform specific differences are very limited, though still present. PhoneGap can also assist in creating "native" apps from cross platform web apps. |
||||
|
|
There are a ton of options for this, so it really depends on your budget and long term hopes. If you're planning on just making a one-off, then something like MonoTouch, Flash and Unity would be perfectly fine. If you want this code to be something you can grow and own yourself, then writing your own C++ layer that works with OpenGL on both platforms would be the best way to go. |
|||||||
|
|
Well...in theory you could also try using C++, then create bindings in Objective C and Java too import the goods. |
|||||
|
|
Flash has their iPhone packager out, and Flash works on Android devices... but I really can't recommend the iPhone packager at the moment, as I had terrible difficulties with it. Your mileage may vary, though. |
|||||
|
|
Unity is probably your best bet, it supports both iOS and Android, as well as Windows and Mac. |
|||||
|