Top "Monogame" questions

MonoGame is an OpenSource implementation of Microsoft's XNA 4 APIs that allows developers to build games that run on Android, iPhone, iPad, Mac OS, Linux, PlayStation Mobile (2D only), Windows 8 Store, Windows Phone 8, and OUYA, while reusing their existing XNA code that runs on Windows, Xbox 360, or Windows Phone 7. It supports both OpenGL and DirectX rendering.

Is MonoGame reliable?

I'm looking for a cross-platform game development framework. MonoGame looks easy to learn and fast to develop, but I see …

mono xna xamarin.ios xamarin.android monogame
Is MonoGame just XNA?

So I want to learn C# and XNA but after some research is came to my attention that XNA is …

c# xna monogame
The Command...Exited With Code -532462766

This is the line that gives me the error. <Exec Command="&quot;$(MonoGameContentBuilderExe)&quot; /@:&quot;%(ContentReferences.…

c# visual-studio visual-studio-2010 visual-studio-2015 monogame
XNA/MonoGame: Getting the Frames Per Second

I am trying to get the current FPS of my game, however I can only find methods that updates the …

c# xna frame-rate monogame
C# How to completely remove object from memory

I have a C# application consisting of a Pivot with multiple Pivotitems. The normal Pivotitems unload properly and do not …

c# xna windows-phone-8 windows-phone monogame
How to get display resolution (screen size)?

How to get display resolution in XNA/Monogame ? I tried these on my monitor (1600x900): The below give me 800,600 //1. GraphicsDevice.…

c# xna monogame
Draw Rectangle in MonoGame

How do you draw shapes, such as Rectangles and Circles, in MonoGame without having to save the a predrawn shape …

c# geometry monogame rectangles drawrectangle
Could not load asset as a non-content file

Why does this keep happening? I research it and know of them helps. Codes: using System; using System.Collections.Generic; …

c# monogame
MonoGame reading touch gestures

I am currently writing a game using the fantastic monogame framework. I am having trouble reacting to touch input correctly. …

c# iphone xamarin.ios monogame