MonoGame Cross Platform Implementation of XNA for iOS, Android, Mac , Linux, Windows, Windows8, OUYA

来源:互联网 发布:手机吉他录音软件 编辑:程序博客网 时间:2024/05/18 15:51

Cross Platform Implementation of XNA for iOS, Android, Mac , Linux, Windows, Windows8, OUYA and Playstation Mobile


MonoGame is an open source implementation of the Microsoft XNA 4.x Framework.

Our goal is to make it easy for XNA developers to create cross-platform games with extremely high code reuse.

Supported Platforms

  • iOS (including Retina displays)
  • Android
  • Windows (OpenGL & DirectX)
  • Mac OS X
  • Linux
  • Windows Store Apps (for Windows 8 and Windows RT)
  • Windows Phone 8
  • Windows Phone 8.1
  • PlayStation Mobile (currently 2D only)
  • OUYA, an Android-based gaming console

Quick Start

There are a few pre-requisites that you should be aware of for the various platforms. Please check them over MonoGamewebsite.

There are four quick start options available:

  • Download the current stable release from our website.
  • Download the latest "unstable" installer from our build server.
  • Download the latest source code.
  • Fork and clone the repo: https://github.com/mono/MonoGame.git.

Solutions & Projects

The solution and project files are generated by Protobuild when you double-click Protobuild.exe on Windows or run mono Protobuild.exe under Mac OS or Linux. To modify the projects you must edit the .definition file in the Build/Projects/ folder and re-execute Protobuild.

For more information and advanced usage, please refer to the Protobuild wiki.

Samples

Once you have MonoGame, grab the MonoGame StarterKits or MonoGame Samples to help get you started on your first project.

Bug Tracker

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines.

Community

Keep track of development and community news.

  • Follow @MonoGameTeam on Twitter.
  • Have a question that's not a feature request or bug report? Ask on our community site.
  • Join us over IRC - irc://irc.gnome.org/#monogame.

Contributing

Please read our contributing guide.

License

MonoGame is released under Microsoft Public License (Ms-PL).

Current Roadmap

  • The MonoGame 2.x series is now in maintenance mode.
  • MonoGame 3.0 will mark the start of full support for the entire XNA API.
  • The Content Pipeline is currently under development. This will allow compiling of assets to optimized formats for the MonoGame supported platforms in Visual Studio or MonoDevelop without requiring XNA Game Studio 4.0 installed.
  • SuperGiant Games have a version working in Google Chrome Native Client which we will merge back into our tree.
  • Raspberry Pi has been shown to be working, but still needs some work.

0 0