MonoGame.Extended is a set of utilities (in the form of libraries/tools) to MonoGame that makes it easier to make games. Choose what you want, the rest stays out of your way. It makes MonoGame more awesome.
The libraries and tools are distributed as NuGet packages. The libraries can be installed into your existing MonoGame project with ease using a NuGet UI or CLI.
⚠️ v3.8: Until I have access to upload to NuGet, for MonoGame v3.8 please use the feedhttps://www.myget.org/F/lithiumtoast/api/v3/index.json
. You can see an example of how to do this with the samples:https://github.com/craftworkgames/MonoGame.Extended-samples
. Using the private NuGet feed also allows to get packages for thedevelop
branch and pull-requests before official releases.
CLI:
dotnet add package MonoGame.Extended
Once you've installed one or more of the main packages you might also want to install the Content Pipeline extensions. To do this you'll need to manually reference the MonoGame.Extended.Content.Pipeline.dll
in the MonoGame Content Pipeline Tool because it doesn't support NuGet directly.
Alternately, if you want to try the latest and greatest you might want to build from source.
- Check out the samples
- Join our live Discord
- Read the Documentation
- Submit an issue on GitHub
- Ask a question on gamedev stack overflow
- Post on our MonoGame community forum
- Follow development on Patreon
We're in the process of developing MonoGame.Extended 3.8! Stay tuned.
Thanks to all those that support the project on Patreon! You're helping to keep the project alive.
As a reward to some of my patrons I've linked thier websites here:
If you're not on the list and you should be please let me know!
Also thanks to:
- Matthew-Davey for letting us use the Mercury Particle Engine.
- John McDonald for 2D XNA Primitives
- LibGDX for a whole lot of inspiration.
- @prime31 for
Nez
. BothMonoGame.Extended
andNez
are in communication with each other to share ideas. - All of our contributors!
MonoGame.Extended is released under the The MIT License (MIT).