1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-30 07:53:24 +02:00
Go to file
2022-06-24 14:01:26 +02:00
.config resolved some documentation warnings 2021-11-30 11:46:06 +01:00
.github Update FUNDING.yml 2021-11-08 15:52:32 +01:00
Demos added MLEM.FNA 2022-06-24 14:01:26 +02:00
Demos.Android added MLEM.FNA 2022-06-24 14:01:26 +02:00
Demos.DesktopGL added MLEM.FNA 2022-06-24 14:01:26 +02:00
Docs added MLEM.FNA 2022-06-24 14:01:26 +02:00
FNA@e27bfb5a34 added MLEM.FNA 2022-06-24 14:01:26 +02:00
FontStashSharp@460a60ca81 added MLEM.FNA 2022-06-24 14:01:26 +02:00
Media fixed the text formatting demo being too dark for drop shadows to be visible 2022-06-17 23:17:45 +02:00
MLEM added MLEM.FNA 2022-06-24 14:01:26 +02:00
MLEM.Data added MLEM.FNA 2022-06-24 14:01:26 +02:00
MLEM.Extended added MLEM.FNA 2022-06-24 14:01:26 +02:00
MLEM.Startup added MLEM.FNA 2022-06-24 14:01:26 +02:00
MLEM.Templates updated templates 2022-04-30 13:14:44 +02:00
MLEM.Ui added MLEM.FNA 2022-06-24 14:01:26 +02:00
Sandbox added MLEM.FNA 2022-06-24 14:01:26 +02:00
Tests added MLEM.FNA 2022-06-24 14:01:26 +02:00
.editorconfig added .editorconfig 2022-06-17 18:23:47 +02:00
.gitignore added some tests 2021-03-18 17:28:08 +01:00
.gitmodules added MLEM.FNA 2022-06-24 14:01:26 +02:00
build.cake added MLEM.FNA 2022-06-24 14:01:26 +02:00
CHANGELOG.md added MLEM.FNA 2022-06-24 14:01:26 +02:00
Jenkinsfile delete old docs before copying new ones to destination 2021-11-26 19:45:59 +01:00
LICENSE updated license year 2021-03-30 00:56:28 +02:00
MLEM.FNA.sln added MLEM.FNA 2022-06-24 14:01:26 +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 added MLEM.FNA 2022-06-24 14:01:26 +02:00

The MLEM logo

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

What next?

Packages

  • MLEM is the base package, which provides extension methods and additional features for MonoGame
  • MLEM.Ui features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types
  • MLEM.Extended ties in with MonoGame.Extended and other MonoGame libraries
  • MLEM.Data provides simple loading and processing of textures and other data, including the ability to load non-XNB content files easily
  • MLEM.Startup combines MLEM with some other useful libraries into a quick Game startup class
  • MLEM.Templates contains cross-platform project templates

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.

The MLEM.Ui demo in action:

A gif showing various user interface elements from the MLEM.Ui demo

MLEM's text formatting system, which is compatible with both MLEM.Ui and regular sprite batch rendering:

An image showing text with various colors and other formatting

Friends of MLEM

There are several other libraries 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
  • MonoGame.Extended, a package that also provides several additional features for MonoGame
  • Coroutine, a package that implements Unity-style coroutines for any project
  • Illumilib, a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices