1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-28 15:19:05 +02:00
Go to file
2021-03-30 00:56:28 +02:00
.config added some tests 2021-03-18 17:28:08 +01:00
.github Update FUNDING.yml 2020-06-15 02:09:38 +02:00
Demos update demos and sandbox to netcore3.1 which was long overdue 2021-02-18 16:12:44 +01:00
Demos.Android some minor code style and format improvements 2021-03-24 22:44:39 +01:00
Demos.DesktopGL fixed up android demo, updated some dependencies and added icons to templates 2021-03-14 01:03:17 +01:00
Docs moved friends to README 2021-03-18 22:13:33 +01:00
Media some nice media improvements 2020-06-21 23:07:49 +02:00
MLEM fixed some number parsing not using invariant culture 2021-03-28 06:20:27 +02:00
MLEM.Data fixed some number parsing not using invariant culture 2021-03-28 06:20:27 +02:00
MLEM.Extended fixed generic stash font line height for static sprite fonts 2021-03-29 02:54:02 +02:00
MLEM.Startup remove unnecessary references to GraphicsDevice from UiSystem 2021-03-29 02:26:44 +02:00
MLEM.Templates fixed up android demo, updated some dependencies and added icons to templates 2021-03-14 01:03:17 +01:00
MLEM.Ui fixed a rare stack overflow where scroll bars could get stuck in an auto-hide loop 2021-03-29 08:28:49 +02:00
Sandbox fixed stack overflow with nested auto-sized children 2021-03-29 06:41:38 +02:00
Tests some minor code style and format improvements 2021-03-24 22:44:39 +01:00
Utilities added a Utility script for sprite font creation 2021-01-09 00:57:50 +01:00
.gitignore added some tests 2021-03-18 17:28:08 +01:00
build.cake added some tests 2021-03-18 17:28:08 +01:00
Jenkinsfile always publish test results to jenkins 2021-03-20 21:37:43 +01:00
LICENSE updated license year 2021-03-30 00:56:28 +02:00
MLEM.sln added some tests 2021-03-18 17:28:08 +01:00
NuGet.config updated remaining dependencies 2021-03-24 22:31:58 +01:00
README.md moved friends to README 2021-03-18 22:13:33 +01:00

MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling.

What next?

Made with MLEM

If you created a game with the help of MLEM, you can get it added to this list by submitting it on the issue tracker. If its source is public, other people will be able to use your project as an example, too!

Gallery

Here are some images that show a couple of MLEM's features.

MLEM.Ui in action:

MLEM's text formatting system:

Friends of MLEM

There are several other NuGet packages and tools that work well in combination with MonoGame and MLEM. Here are some of them:

  • Contentless, a tool that removes the need to add assets to the MonoGame Content Pipeline manually
  • GameBundle, a tool that packages MonoGame and other .NET Core applications into several distributable formats
  • ButlerDotNet, a tool that automatically downloads and invokes itch.io's butler
  • MonoGame.Extended, a package that also provides several additional features for MonoGame
  • Coroutine, a package that implements Unity-style coroutines for any project