I'm looking for a cross-platform game development framework. MonoGame looks easy to learn and fast to develop, but I see most of the games featured at their page do not work, or have a lot of bugs.

Can anyone explain if MonoGame is reliable for ios/droid professional mobile game development?

link|improve this question

79% accept rate
feedback

3 Answers

up vote 9 down vote accepted

MonoGame currently has ( that we know of ) 28 games published on the iOS App Store, and 5 on the Android Market place and also some recently published games on the Mac App Store and Linux markets. If any of these titles are failing, please get in contact with the developers to confirm if the issue is MonoGame related or a bug within their game.

MonoGame is not perfect, but as already mentioned it is being actively developed and improved with everyone's help. 2 Sundays ago we did a presentation at the FOSDEM conference which outlined what we will be working on in the coming year. First off is ES 2.0 support in the MonoGame 2.5 release ( hopefully out in the next 2-3 weeks ). This will add shader support to all of our platforms. Then after that we will be focused on adding 3D and therefore our biggest release MonoGame 3.0.

You can see a video of our FOSDEM presentation here - http://www.youtube.com/watch?v=kLWE52mkii0 And a teaser video of how far we are along with 3D support here - http://www.youtube.com/watch?v=vEAdC-4gfHI - It is hhe MIX10 3D Reach demo running on MacOS X that we showed publically for the first time at FOSDEM 2012.

If you use twitter, follow our progress @MonoGameTeam. We tend to talk shop on irc.gnome.org or irc.gimp.org on the #MonoGame channel. We also try to answer questions in the monogame.codeplex.com discussion area.

I hope the above information helps.

D.

link|improve this answer
Chicken story breaks at the third level, and many others that I tested from the monogsme webpage fail aswell. Even some links t the appstore are broken. It would be necessary to check that list because it can generate wrong ideas about the framework. – xus Feb 15 at 18:23
Would you be able to share here what you consider the best mono games? Thks – xus Feb 15 at 18:23
I've not played all the games, but I've found the games by Digital Leprechaun LLC ( itunes.apple.com/us/artist/digital-leprechaun-llc/id439942313 ), to be quite polished. Also if you have an iPad 2, look out for our first 3D game Infinite Flight ( flyingdevstudio.blogspot.com/p/games.html), a flight sim which is currently in beta and shaping up quite nicely. These guys contributed their changes back to us, and we are busily merging that into our develop3d branch. I hope the above helps. – Dominique Feb 21 at 23:59
feedback

Mono products (www.xamarin.com) are getting better and better version throught version.

Currently I'm porting a 2d game from Windows Phone (XNA) to iphone and using ExEn (http://andrewrussell.net/exen/) and Monotouch (http://xamarin.com/monotouch) and it works really fine. (3d is unsupported right now)

I've done some test using monogame (http://monogame.codeplex.com) v2 and found some issues that I didnt find them using ExEn. With ExEn (almost) everything works out of the box. ExEn includes an excelent working example for Silverlight, iphone, android, etc. This example was my primary learning source.

Other positive point to ExEn is its develepor: Andrew Rusell (https://twitter.com/#!/_AndrewRussell), is XNA/DirectX MVP (http://andrewrussell.net/2011/10/look-at-me-im-an-mvp/)

What's wrong with ExEn? its developemnt appears to be stopped.

Monogame community and developers appears to be more active. They recently release a new version (v2.1) that I didnt test it. v2.1 includes our first steps to 3D support as well as bug fixes, optimizations and more XNA 4.0 support (http://cocoa-mono.org/archives/452/monogame-takes-tentative-steps-into-3d-monogame-2-1-announced/)

Personally I'll continue my porting using ExEn because everything is working up to now (and I almost finish it :) but for my next project I'll monogame 2.1 a try.

link|improve this answer
1  
ExEn development hasn't so much stopped as I went overseas for several weeks ;) – Andrew Russell Feb 29 at 1:57
As I told you several times Andrew, I'm a big fan of ExEn!! :) – Vackup Apr 17 at 15:17
feedback

In my experience, the mono frameworks are not reliable for large products. Many times have I gotten SIGABRTs and EXEC_BAD_ACCESS for absolutely no reasons (hello world applications). However, It has been about a year since I used MonoDevelop, so some of those issues may have changed.

link|improve this answer
1  
That is a bit of a sweeping view, almost as wide as "java is bad". Have you used MonoGame? – IanNorton Feb 15 at 8:01
I have not experienced this myself with MonoTouch, or Mono Android. However, MonoDevelop is extremely unstable but its hardly representative of Xamarin since they adopted it from OpenSource and have hired double the number of developers that were working on in order to improve it. I have yet to see the stability improve to be honest, but they are adding features at a pretty rapid pace. I also can't stand MonoDevelop on OSX because the text is blurry but thats a digression... – emalamisura Feb 22 at 21:01
feedback

Your Answer

 
or
required, but never shown

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