All Projects → craftworkgames → Monogame.extended

craftworkgames / Monogame.extended

Licence: other
Extensions to make MonoGame more awesome

Labels

Projects that are alternatives of or similar to Monogame.extended

Apos.Gui
UI library for MonoGame.
Stars: ✭ 77 (-91.52%)
Mutual labels:  monogame
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (-68.28%)
Mutual labels:  monogame
Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
Stars: ✭ 547 (-39.76%)
Mutual labels:  monogame
MiniKnight
A pixel-art platformer in F#, where you must fight your way to the portal, collecting coins and slaying orcs along the way!
Stars: ✭ 47 (-94.82%)
Mutual labels:  monogame
Gamedevelopmentlinks
This is a collection of useful game-development links including, but not restricted to, development with MonoGame.
Stars: ✭ 257 (-71.7%)
Mutual labels:  monogame
Xnagamestudio
The Education library from the Xbox Live Indie games repository, valuable for MonoGame Developers for advanced samples
Stars: ✭ 332 (-63.44%)
Mutual labels:  monogame
MiniRTS
A game engine to learn about game engine development
Stars: ✭ 99 (-89.1%)
Mutual labels:  monogame
Apos.input
Polling input library for MonoGame.
Stars: ✭ 25 (-97.25%)
Mutual labels:  monogame
Quaver
🎶 The ultimate community-driven, and open-source competitive rhythm game.
Stars: ✭ 282 (-68.94%)
Mutual labels:  monogame
Freeso
Re-implementation of The Sims Online.
Stars: ✭ 526 (-42.07%)
Mutual labels:  monogame
MonoGame.Forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 183 (-79.85%)
Mutual labels:  monogame
Tetris
Tetris in F#, dotnet core and MonoGame. Arcade sounds included!
Stars: ✭ 29 (-96.81%)
Mutual labels:  monogame
Myra
UI Library for MonoGame, FNA and Stride
Stars: ✭ 348 (-61.67%)
Mutual labels:  monogame
PaperMarioBattleSystem
Recreation of the turn-based battle system from the first two Paper Mario games
Stars: ✭ 37 (-95.93%)
Mutual labels:  monogame
Awesome Monogame
A collection of interesting libraries/tools for Monogame based game projects
Stars: ✭ 655 (-27.86%)
Mutual labels:  monogame
AposGameStarter
MonoGame project starter. Common files to help create a game faster.
Stars: ✭ 18 (-98.02%)
Mutual labels:  monogame
Geonbit.ui
UI system for MonoGame projects.
Stars: ✭ 310 (-65.86%)
Mutual labels:  monogame
Sadconsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
Stars: ✭ 853 (-6.06%)
Mutual labels:  monogame
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (-14.87%)
Mutual labels:  monogame
Openviii Monogame
Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
Stars: ✭ 424 (-53.3%)
Mutual labels:  monogame

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.

Build, Test, Deploy 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.

🔧 CLI dotnet add package MonoGame.Extended

🔨 To use the content pipeline extensions, you will need to edit your .mgcb file to reference the .dll. To see an example of how to do this with NuGet see the samples at https://github.com/craftworkgames/MonoGame.Extended-samples. The important pieces are the NuGet.config file and the .mgcb file.

👀 To access pre-releases including rolling builds of the repository after every commit or PR commit, you can see add the NuGet feed https://www.myget.org/F/lithiumtoast/api/v3/index.json. See https://github.com/craftworkgames/MonoGame.Extended-samples with the NuGet.config file for an example of how to setup the feed.

Where to next?

News

We're in the process of developing MonoGame.Extended 4.0! Stay tuned.

Patreon Supporters

Thanks to all those that support the project on Patreon! You're helping to keep the project alive. image

Special thanks

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:

License

MonoGame.Extended is released under the The MIT License (MIT).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].