Skip to content
One framework for creating powerful cross-platform games.
C# HLSL Rich Text Format Smalltalk XSLT Kotlin Other
Branch: develop
Clone or download

Latest commit

FrancescoBonizzi Can't hide mouse cursor #6180 (#6908)
* Can't hide mouse cursor #6180

* WindowsUniversal: _coreIndependentInputSource assignation fix
Latest commit bc7eac3 Apr 13, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add Subscription Jul 4, 2019
.teamcity Replace System.Drawing with StbImageSharp and enable macOS tests (#7071) Apr 13, 2020
Documentation Merge pull request #6974 from jwigert/documentation_fix Feb 19, 2020
Images Use local image for NuGets icon Oct 27, 2019
MonoGame.Framework.Content.Pipeline Always use Release configuration with mgfxc reference Apr 13, 2020
MonoGame.Framework Can't hide mouse cursor #6180 (#6908) Apr 13, 2020
Templates Merge pull request #7099 from harry-cpp/fixnst Apr 11, 2020
Tests [DX] MSAA RenderTarget GetData and SetData (#5838) Apr 13, 2020
ThirdParty Fix Mac tool tests Mar 23, 2020
Tools Add script for automatic wine environment setup for mgfxc Apr 13, 2020
.editorconfig Add a newline to the end of .editorconfig. Sep 28, 2013
.gitignore Protobuild Removal (#7040) Feb 29, 2020
.gitmodules Revert "Update SDL_GameControllerDB to point to backup repository" Mar 19, 2020
CHANGELOG.md Added change log for 3.7.1. Dec 8, 2018
CODESTYLE.md Removed non-ASCII characters and other changes Nov 14, 2018
CONTRIBUTING.md Minor syntax and grammatical changes to CONTRIBUTING.md Nov 14, 2018
ISSUE_TEMPLATE.md Fix unclosed comment and typos in issue template Apr 15, 2018
LICENSE.txt Update copyright year to 2020 in LICENSE.txt Jan 14, 2020
MonoGame.Framework.Android.sln Protobuild Removal (#7040) Feb 29, 2020
MonoGame.Framework.DesktopGL.sln Protobuild Removal (#7040) Feb 29, 2020
MonoGame.Framework.WindowsDX.sln Protobuild Removal (#7040) Feb 29, 2020
MonoGame.Framework.WindowsUniversal.sln Protobuild Removal (#7040) Feb 29, 2020
MonoGame.Framework.iOS.sln Protobuild Removal (#7040) Feb 29, 2020
MonoGame.Tools.Linux.sln MGCB Editor dotnet tool (#7090) Apr 10, 2020
MonoGame.Tools.Mac.sln MGCB Editor dotnet tool (#7090) Apr 10, 2020
MonoGame.Tools.Windows.sln MGCB Editor dotnet tool (#7090) Apr 10, 2020
MonoGame.props Import base props file from other projects Apr 2, 2020
README.md Added Stadia Mar 2, 2020
REQUIREMENTS.md Updated README Jan 25, 2016
build.cake Replace System.Drawing with StbImageSharp and enable macOS tests (#7071) Apr 13, 2020

README.md

MonoGame

One framework for creating powerful cross-platform games. The spiritual successor to XNA with thousands of titles shipped across desktop, mobile, and console platforms. MonoGame is a fully managed .NET open source game framework without any black boxes. Create, develop and distribute your games your way.

Join the chat at https://discord.gg/tsuucV4 Join the chat at https://gitter.im/MonoGame/MonoGame

Build Status

Our build server builds, tests, and packages the latest MonoGame changes. The table below shows the current build status for the develop branch.

Name Status
Build Windows, Web, and Android Build Status
Build Mac, iOS, and Linux Build Status
Windows Tests Build Status
Mac Tests Build Status

Supported Platforms

We support a growing list of platforms across the desktop, mobile, and console space. If there is a platform we don't support, please make a request or come help us add it.

  • Desktop PCs
    • Windows 10 Store Apps (UWP)
    • Windows Win32 (OpenGL & DirectX)
    • Linux (OpenGL)
    • Mac OS X (OpenGL)
  • Mobile/Tablet Devices
    • Android (OpenGL)
    • iPhone/iPad (OpenGL)
    • Windows Phone 10 (UWP)
  • Consoles (for registered developers)
    • PlayStation 4
    • PlayStation Vita
    • Xbox One (both UWP and XDK)
    • Nintendo Switch
    • Google Stadia
  • Other
    • tvOS (OpenGL)

Support and Contributions

If you think you have found a bug or have a feature request, use our issue tracker. Before opening a new issue, please search to see if your problem has already been reported. Try to be as detailed as possible in your issue reports.

If you need help using MonoGame or have other questions we suggest you post on our community forums. Please do not use the GitHub issue tracker for personal support requests.

If you are interested in contributing fixes or features to MonoGame, please read our contributors guide first.

Subscription

If you'd like to help the project by supporting us financially, consider supporting us via a subscription for the price of a monthly coffee.

Money goes towards hosting, new hardware and if enough people subscribe a dedicated developer.

There are several options on our Donation Page.

Source Code

The full source code is available here from GitHub:

  • Clone the source: git clone https://github.com/MonoGame/MonoGame.git
  • Set up the submodules: git submodule update --init
  • Open the solution for your target platform to build the game framework.
  • Open the Tools solution for your development platform to build the pipeline and content tools.

For the prerequisites for building from source, please look at the Requirements file.

A high level breakdown of the components of the framework:

Helpful Links

License

The MonoGame project is under the Microsoft Public License except for a few portions of the code. See the LICENSE.txt file for more details. Third-party libraries used by MonoGame are under their own licenses. Please refer to those libraries for details on the license they use.

You can’t perform that action at this time.