Go to file
Ell 85d20b6433 Added a RectangleF.FromCorners overload that accepts points 2024-04-13 21:14:34 +02:00
.config updated docfx and removed analytics from docs site 2022-12-12 10:28:43 +01:00
.githooks fixed pre-push hook 2024-02-04 14:55:00 +01:00
.github fixed incorrect run argument in workflow 2024-04-05 10:58:50 +02:00
Demos defaults for string GetArea methods 2024-04-10 23:52:35 +02:00
Demos.Android suppress android demo deprecation warning for SystemUiVisibility 2023-11-23 22:14:48 +01:00
Demos.DesktopGL don't restore dotnet tools in project files 2023-11-22 12:12:36 +01:00
Docs build ci on tag creation 2024-04-05 10:51:12 +02:00
MLEM Added a RectangleF.FromCorners overload that accepts points 2024-04-13 21:14:34 +02:00
MLEM.Data updated changelog links 2024-04-05 15:20:46 +02:00
MLEM.Extended Added the ability for formatted (tokenized) strings to be drawn with custom rotation, origin and flipping 2024-04-10 20:27:00 +02:00
MLEM.Startup updated changelog links 2024-04-05 15:20:46 +02:00
MLEM.Templates updated changelog links 2024-04-05 15:20:46 +02:00
MLEM.Ui defaults for string GetArea methods 2024-04-10 23:52:35 +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
Sandbox xml docs and cleanup 2024-04-10 20:45:16 +02:00
Tests updated dependencies 2023-12-13 22:11:31 +01:00
ThirdParty updated dependencies 2023-12-13 22:11:31 +01:00
.editorconfig added woodpecker 2023-07-10 17:18:09 +02:00
.gitignore publish MG and FNA test results separately 2022-09-15 12:50:10 +02:00
.gitmodules updated to .net 8 and reorganized third party deps 2023-11-22 10:39:13 +01:00
CHANGELOG.md Added a RectangleF.FromCorners overload that accepts points 2024-04-13 21:14:34 +02:00
FNA.Settings.props resolved some build warnings 2022-09-15 10:44:50 +02:00
LICENSE update copyright year 2024-02-24 22:16:38 +01:00
MLEM.FNA.sln updated to .net 8 and reorganized third party deps 2023-11-22 10:39:13 +01:00
MLEM.sln added the android demo project back to the solution 2023-01-03 14:34:52 +01:00
README.md updated changelog links 2024-04-05 15:20:46 +02:00
build.cake Added the ability for formatted (tokenized) strings to be drawn with custom rotation, origin and flipping 2024-04-10 20:27:00 +02:00

README.md

The MLEM logo

MLEM Library for Extending MonoGame and FNA is a set of multipurpose libraries for the game frameworks MonoGame and FNA that provides abstractions, quality of life improvements and additional features like an extensive ui system and easy input handling.

MLEM is platform-agnostic and multi-targets .NET Standard 2.0, .NET 6.0 and .NET Framework 4.5.2, which makes it compatible with MonoGame and FNA on Desktop, mobile devices and consoles.

What next?

Packages

  • MLEM is the base package, which provides various small addons and abstractions for MonoGame and FNA, including a text formatting system and simple input handling
  • MLEM.Ui provides 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 and FNA 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 project with the help of MLEM, you can get it added to this list by submitting an issue or a pull request. 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, FNA 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 applications into several distributable formats
  • Coroutine, a package that implements Unity-style coroutines for any project
  • DynamicEnums, a package that provides enum-like single-instance values with many additional capabilities
  • MonoGame.Extended, a package that also provides several additional features for MonoGame