MonoGame plus FSO specific changes. Usually hacks 8O|.
Find a file
2023-10-20 16:06:40 +01:00
Build Some FreeSO Stuff 2018-06-09 17:00:00 +01:00
Documentation Documentation Updates (#6039) 2017-11-26 15:51:06 -06:00
IDE Fill up dotnet template info (#6226) 2018-03-04 12:31:06 +00:00
Installers added Content.Pipeline.DLL documentation xml files to the windows installer. (#6310) 2018-05-08 15:17:41 +01:00
MonoGame.Framework [Perf] Fix embarassing performance nightmare 2018-10-29 16:13:10 +00:00
MonoGame.Framework.Content.Pipeline Merge pull request #6239 from SickheadGames/nvtt 2018-04-07 16:09:13 +02:00
NuGetPackages Moved the MonoGame.Tempates.nuspec to nuspec1 till we can figure out how to upgrade nuget and not break WindowsUnivesal 2018-02-21 13:31:07 +00:00
ProjectTemplates Missed one 2018-03-18 22:11:32 +00:00
Test Merge pull request #6239 from SickheadGames/nvtt 2018-04-07 16:09:13 +02:00
ThirdParty Some FreeSO Stuff 2018-06-09 17:00:00 +01:00
Tools Some FreeSO Stuff 2018-06-09 17:00:00 +01:00
.editorconfig Add a newline to the end of .editorconfig. 2013-09-28 03:07:37 -07:00
.gitignore Added Basic standalone templates 2018-02-21 10:51:13 +00:00
.gitmodules Fix missing NVorbis 2023-10-20 16:06:40 +01:00
CHANGELOG.md Added change log for 3.6 release. 2017-03-01 06:17:35 -08:00
CODESTYLE.md Removing old wiki references (#5152) 2016-09-03 13:50:47 -05:00
CONTRIBUTING.md Removing old wiki references (#5152) 2016-09-03 13:50:47 -05:00
default.build Upgrade to NUnit 3.9.0. (#6252) 2018-03-15 10:18:20 +00:00
ISSUE_TEMPLATE.md Fix unclosed comment and typos in issue template 2018-04-15 17:00:06 +02:00
LICENSE.txt Updated copyright to 2017 2017-07-28 01:49:53 -03:00
Protobuild.exe The latest version of Protobuild. (#4964) 2016-06-29 01:01:10 +10:00
README.md Remove Windows 8.1 and Windows Phone 8.1 support (#5809) 2017-09-20 00:10:04 +10:00
REQUIREMENTS.md Updated README 2016-01-25 17:07:59 +01:00

MonoGame

One framework for creating powerful cross-platform games. The spiritual successor to XNA with 1000's 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://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
Generate Documentation Build Status
Windows Tests Build Status
Package NuGet Build Status
Package Mac and Linux Build Status
Package Windows 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
  • 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.

Source Code

The full source code is available here from GitHub:

  • Clone the source: git clone https://github.com/MonoGame/MonoGame.git
  • Setup the submodules: git submodule update --init
  • Run Protobuild.exe to generate project files and solutions.
    • If on Linux or Mac, run it with mono: mono Protobuild.exe
  • You can generate solutions for platforms that are not buildable from the current OS with:
    • Windows: .\Protobuild.exe --generate $PLATFORM
    • Linux or Mac: mono Protobuild.exe --generate $PLATFORM
  • Open the solution for your target platform to build the game framework.
  • Open the solution for your development platform for building 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:

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.