Can you suggest a game engine for Android. I want to be an open source (2d or 3d) engine. I worked on SIO2 interactive v1.5 and v2, and i prefer to write in C/C++.

link|improve this question

0% accept rate
2  
I have put together a large index of Android Game Engines that might be useful. The filtering will allow you to quickly find all 2D+3D android engines written in C++. – jasonb Apr 3 at 22:42
feedback

closed as not constructive by Bill the Lizard Feb 20 at 21:18

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

Below is a list of Android game engines, taken from: https://www.xing.com/net/androids/android-game-engines-engines-list-553242/android-game-engines-engines-list-29951892/32732345/

3D Android Game Engines

• Untity3D 3.0 http://unity3d.com/ (Early build)

• Airplay SDK 4.2 http://www.airplaysdk.com/index.php

• ShiVa3D (Beta Version) http://www.stonetrip.com/mobile-publishing.html

• DX Studio http://www.dxstudio.com/news.aspx?newsid=12fd905c-36d7-4823-... (under development)

• Announced: Unreal Development Kit (Unreal Engine 3) http://udk.com/

• Papaya http://papayamobile.com/developer/engine

2D Android Game Engines

• Cuttlefish Engine http://www.cuttlefishengine.com/ (under development)

• Rokon 2D Game Engine http://rokonandroid.com/ (discontinued as of 2011-10-17)

• Corona Game Edition http://anscamobile.com/corona/games/index.html

• AndEngine http://www.andengine.org/

• candroidengine http://code.google.com/p/candroidengine/

• Google App Inventor http://appinventor.googlelabs.com/about/

• Mages Engine (reported errors) http://code.google.com/p/mages/

Web based Game Engines & Specials

• Flash 10.1/Air http://labs.adobe.com/technologies/air2/android/#examples (needs >= Android 2.2)

• Aves Engine http://www.dextrose.com/projekte/aves-engine/index.html

• jMonkeyEngine http://www.jmonkeyengine.com/

link|improve this answer
feedback

libgdx is still under development, so the API breaks from time to time, but it is already very usable, used by several games, and is actively being worked on.

Its interface is all Java, though, so it may not be entirely what you asked for; but the great thing about libgdx is that your game runs unmodified on both the PC (Mac?) and on Android, which makes debugging and testing much, much easier.

It is Apache-licensed so it's free for use even in commercial, closed-source projects.

link|improve this answer
feedback

I've seen that SIO2 now have now a port of their engine for Android, seems to be a full port (from what I've read), so all features of their engine is supported on Android.

Nice to see that we have access to a decent Android Game Engine, (and iOS port on top of that) ;)

Check it: http://sio2interactive.com

link|improve this answer
feedback

Well, first of all, most android programs are made in Java. Anyway, here is a list of engines I found by looking up 'android game engine' and 'open source android game engine' on google:

AndEngine I believe jMonkeyEngine works on android

Here is a list I found: http://www.cuteandroid.com/open-source-android-2d-or-3d-game-engine-for-android-developers-plus

Just do a few google searches. I personally think jmonkey looks really nice.

Edit: Found even more here: http://www.cuteandroid.com/ten-open-source-android-2d-or-3d-game-engine-for-android-developers

Edit 2: I found a lot more, but I can't post more hyperlinks. Just do a quick search on google for 'open source android game engine'. There are a surprising number out there.

I don't believe you will find many, if any at all, engines written in C/C++ for android though. Try Java. I came from C++, and Java was a breeze to learn.

Edit 3: Wow. A lot of edits. I forgot Unity 3D.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.