Has any one got recommendations (technical, functional, or otherwise) for one of these game engines over the other?

I've worked through a couple of tutorials for each of them, and they both seem pretty functional, but at this point I don't know enough about either of them to make a decision either way. I think either of them will require a fairly large number of hours invested in learning the engine so I'm keen to try and pick one I'll be wanting to stick with.

So far it seems that Andgame is slightly more popular, but libgdx has the ability to run games on the desktop which seems a pretty big advantage...

Edit:

I guess also, I'm fairly new to android development, and am finding it a bit of a struggle - is one of these significantly easier than the other?

link|improve this question

Here, more information about libgdx vs andengine thegreystudios.com/blog/?p=30 – josemiguelgs47 Mar 28 at 19:32
AndEngine is really cool but the lack of proper documentation makes it a bit hard to use at times. – JohnEye Mar 30 at 9:59
feedback

1 Answer

up vote 1 down vote accepted

This is what you need to look into it, words from the developer of libgdx: http://groups.google.com/group/android-developers/browse_thread/thread/c51e9ef49369c163?pli=1

Personally, I prefer AndEngine, since I just need to develop on Android mobile platform only and this engine really does optimize the performance over libgdx

link|improve this answer
Cool - thats exactly the sort of link I was looking for (and failing to find!)... though I notice that the developer seems to suggest that AndEngine would be slower in terms of rendering? – Dave Smylie Oct 6 '11 at 7:14
AndEngine should be enough for most 2D games. I'd only use libgdx if I were making a 3D game or graphics-intensive 2D game. – skyuzo Oct 7 '11 at 11:19
6  
Huh? libgdx has much better performance over AndEngine. – NateS Oct 10 '11 at 23:38
feedback

Your Answer

 
or
required, but never shown

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