Monogame Resources

Started by
4 comments, last by Jvac 10 years, 3 months ago

Hello I need help finding resources with Monogame. I know it is like xna but is there a dedicated resource out there, please let me know.

Advertisement

http://www.monogame.net

Please also check The APE ...

RB Whitaker has excelent tutorials on XNA, Monogame (he gives special atention to the principal diferences and custom steps between the two), C# and Java:

http://rbwhitaker.wikidot.com/monogame-tutorials

I would second the RB Whitaker tutorials.

One thing to note if you're following his tutorials and end up going with Visual Studio as an IDE. The installation instructions on MonoGame templates are somewhat incorrect and there are some out of sync bits.

UPDATE: It looks like he updated his site and presented the information in a format nicer than mine. He even made a script to automate things.

http://rbwhitaker.wikidot.com/xna-after-visual-studio-2010

I've put together some updates to that here that got me running which were pieced together from various sources. I emailed them to RB recently and he's tried them successfully as well, so hopefully the tutorials get updated with this (at the very least the VS 2013 MonoGame installation bits, because you don't get the templates normally at this date and he is recommending that version in his tuts).

https://github.com/GuysAfternoonIn/GuysAfternoonIn.github.io/wiki/Installing-MonoGame-for-Visual-Studio-2013

If you're needing XNA for its content pipeline (MonoGame hasn't finished its own yet) you can install its extensions to the same IDE with the following.

https://github.com/GuysAfternoonIn/GuysAfternoonIn.github.io/wiki/Installing-XNA-for-Visual-Studio-2013

Also, even though it isn't MonoGame specific I would recommend taking a look at the following course for XNA development. You should be able to copypasta most of the info 1:1 into MonoGame projects.

https://class.coursera.org/gameprogramming-001/class

I've also just started to get rolling with MonoGame, so I'll probably be investigating the same issues around roughly the same timeframe as you if you have more questions.

For those of your starting with Monogame, please also have a look at this thread: http://www.gamedev.net/topic/651102-upcoming-tool-the-asset-pipeline-editor/

Thanks the RB Whitaker tutorials were very handy and it helped a lot. Thank you.

This topic is closed to new replies.

Advertisement