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++.
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.
|
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. | |||
|
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 | |||
|
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. | ||||
|
feedback
|