Skip to content
shearer12345 edited this page Jan 22, 2015 · 1 revision

##Examples

##Installation

###Windows & Visual Studio

  1. Install MonoGame 3.2 for Visual Studio - http://www.monogame.net/2014/04/07/monogame-3-2/
  2. Load Visual Studio
  3. New Project
  4. Templates->Visual C#>MonoGame
  5. For Windows either:
  • MonoGame Windows OpenGL Project
    • uses OpenGL for rendering
    • I would recommend this as it's OpenGL that will be used on other platforms and if you do want to get into the lower level, you're familiar with OpenGL
  • MonoGame Windows Project - uses DirectX for rendering
  1. Hit F5, and build
  • should show a blank blue window
Clone this wiki locally