-
Notifications
You must be signed in to change notification settings - Fork 2
monoGame
shearer12345 edited this page Jan 22, 2015
·
1 revision
##Examples
- sample serves as a guide for how to build and manage your game project in a fully multi-platform way with all the code in one place and shared across all projects
##Installation
###Windows & Visual Studio
- Install MonoGame 3.2 for Visual Studio - http://www.monogame.net/2014/04/07/monogame-3-2/
- Load Visual Studio
- New Project
- Templates->Visual C#>MonoGame
- 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
- Hit F5, and build
- should show a blank blue window