Extensions to make MonoGame more awesome

#gamedev #monogame #extension #extensions #library #libraries #game-engine #3d #2d #xna #extended #monogame-extended #addon #libs #lib

Christopher Whitley e74b8c36df Exclude KNI and FNA in monogame prerelease and content builder stuff 1 сар өмнө
.github 48b73ec7a2 Fix using statements 1 сар өмнө
benchmarks f8d52cf325 Hotfix/monogame 384 compat (#1008) 6 сар өмнө
logos 9a7ce46635 Cleanup (#862) 1 жил өмнө
source e74b8c36df Exclude KNI and FNA in monogame prerelease and content builder stuff 1 сар өмнө
tests f9cb18aa0a Exclude testing for new content builder project 1 сар өмнө
.editorconfig a501f76162 Sprite Rework (#897) 1 жил өмнө
.gitattributes d008b1bd41 Replace Newtonsoft.Json with System.Text.Json (#869) 1 жил өмнө
.gitignore 49038f5d42 Replace `Matrix2` with `Matrix3x2` (#870) 1 жил өмнө
CHANGELOG.md f856694801 Update to use MonoGame 3.8.3 (#982) 10 сар өмнө
CODING_GUIDELINES.md 96fe78c4a6 Initial Coding Guidelines (#987) 7 сар өмнө
CONTRIBUTING.md 393ba13013 Update contributing documentation (#1003) 7 сар өмнө
Directory.Build.props 4228dec6eb Update tiled importer for new content builder system 1 сар өмнө
FNA.Extended.sln 0fe1064217 Merge Release into Develop (#912) 1 жил өмнө
KNI.Extended.sln 0fe1064217 Merge Release into Develop (#912) 1 жил өмнө
LICENSE 9a7ce46635 Cleanup (#862) 1 жил өмнө
MonoGame.Extended.sln 96fe78c4a6 Initial Coding Guidelines (#987) 7 сар өмнө
README.md 5a4caf23c3 Update version to 5.3.1 (#1082) 2 сар өмнө

README.md

MonoGame.Extended Logo

MonoGame.Extended

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.

Docs

Getting started

Code is distributed as NuGet packages in the form of libraries (.dll files). You can easily install the NuGet packages into your existing MonoGame project using the NuGet Package Manager UI in Visual Studio or by using the command line interface (CLI) in a terminal.

dotnet add package MonoGame.Extended --version 5.3.1

Using the Content Pipeline Extensions

To use the content pipeline extension, please refer to the Setup MGCB Edtior documentation.

Where to next?

Patreon Supporters

The patreon has been removed. If you would like to support the maintainers of this project, please consider using the GitHub sponsors link for one of the maintainers.

As a special thanks to those that supported this project through Patreon in the past, their websites were linked in this readme and have been preserved below:

Special Thanks

And a special thinks to all contributors!

License

MonoGame.Extended is released under the MIT License (MIT). Please refer to the LICENSE file for full license text.