1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-20 08:01:21 +02:00
Go to file
2021-07-13 22:34:32 +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 Added a masking character to text fields 2021-07-08 18:17:39 +02:00
Demos.Android updated some outdated dependencies 2021-05-29 18:06:20 +02:00
Demos.DesktopGL streamlined TextInputWrapper into MlemPlatform and included link opening 2021-04-23 00:17:46 +02:00
Docs added the changelog to the website 2021-07-01 05:00:59 +02:00
Media some nice media improvements 2020-06-21 23:07:49 +02:00
MLEM Added ColorExtensions.Invert and made ColorHelper.Invert obsolete 2021-07-13 22:34:32 +02:00
MLEM.Data cleaned up formatting 2021-07-12 03:16:19 +02:00
MLEM.Extended added the changelog to the website 2021-07-01 05:00:59 +02:00
MLEM.Startup added the changelog to the website 2021-07-01 05:00:59 +02:00
MLEM.Templates added the changelog to the website 2021-07-01 05:00:59 +02:00
MLEM.Ui Added customizable overloads for Keybind, Combination and GenericInput ToString methods 2021-07-13 15:41:42 +02:00
Sandbox added InputsDown and InputsPressed to InputHandler 2021-06-20 23:05:02 +02:00
Tests added the ability to specify a coordinate offset in data texture atlases 2021-07-12 03:14:05 +02: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 bump upcoming version 2021-06-30 00:30:17 +02:00
CHANGELOG.md Added ColorExtensions.Invert and made ColorHelper.Invert obsolete 2021-07-13 22:34:32 +02:00
Jenkinsfile possibly fixed weird ci issue because of course 2021-04-22 01:42:42 +02: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 (finally) added a changelog 2021-06-28 15:38:30 +02: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