1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2026-06-04 17:18:26 +02:00
No description
  • C# 84.2%
  • JavaScript 14.7%
  • HTML 0.5%
  • CSS 0.3%
  • TypeScript 0.3%
Find a file
2026-05-07 22:14:48 +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 updated android demo due to .net 8 for android being out of support 2025-11-14 18:54:21 +01:00
Demos Fixed dropdown content staying selected when a dropdown is closed 2026-05-07 21:48:34 +02:00
Demos.Android updated android demo due to .net 8 for android being out of support 2025-11-14 18:54:21 +01:00
Demos.DesktopGL added MLEM.Extended.KNI support for FontStashSharp 2026-04-09 00:02:27 +02:00
Demos.Web added MLEM.Extended.KNI support for FontStashSharp 2026-04-09 00:02:27 +02:00
Docs use titlecase for faq questions 2026-05-07 22:14:48 +02:00
Media added vulcard screenshots to mlem.ui gallery 2025-08-08 20:42:38 +02:00
MLEM move dependency versions to shared props file 2026-05-03 16:57:26 +02:00
MLEM.Data move dependency versions to shared props file 2026-05-03 16:57:26 +02:00
MLEM.Extended Updated MG.Extended to 6.0.0 2026-05-03 18:06:26 +02:00
MLEM.Startup move dependency versions to shared props file 2026-05-03 16:57:26 +02:00
MLEM.Templates updated changelog links 2024-04-05 15:20:46 +02:00
MLEM.Ui Fixed the children of panels within panels contributing to the maximum height of the outer panel 2026-05-07 22:10:55 +02:00
Sandbox Updated MG.Extended to 6.0.0 2026-05-03 18:06:26 +02:00
Tests Updated MG.Extended to 6.0.0 2026-05-03 18:06:26 +02:00
ThirdParty Updated FNA and FNA.Extended submodules 2026-05-03 18:31:44 +02:00
.editorconfig added woodpecker 2023-07-10 17:18:09 +02:00
.gitignore Updated MG.Extended to 6.0.0 2026-05-03 18:06:26 +02:00
.gitmodules Added compatibility for MonoGame.Extended 4.0.0 and FNA.Extended 2024-07-10 12:03:24 +02:00
build.cake bump upcoming version 2026-04-09 00:23:57 +02:00
CHANGELOG.md Fixed the children of panels within panels contributing to the maximum height of the outer panel 2026-05-07 22:10:55 +02:00
FNA.Settings.props resolved some build warnings 2022-09-15 10:44:50 +02:00
LICENSE update license year 2026-01-01 18:34:07 +01:00
MLEM.FNA.sln renamed the Tests projects to MLEM.Tests 2026-02-09 23:05:35 +01:00
MLEM.KNI.sln renamed the Tests projects to MLEM.Tests 2026-02-09 23:05:35 +01:00
MLEM.props Updated MG.Extended to 6.0.0 2026-05-03 18:06:26 +02:00
MLEM.sln renamed the Tests projects to MLEM.Tests 2026-02-09 23:05:35 +01:00
README.md link to xnafiddle on the docs 2026-04-09 17:25:38 +02:00

The MLEM logo

MLEM Library for Extending MonoGame, FNA and KNI is a set of multipurpose libraries for the game frameworks MonoGame, FNA and KNI 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 8.0 and .NET Framework 4.5.2, which makes it compatible with MonoGame, FNA and KNI on Desktop, mobile devices, consoles and web.

What Next?

Packages

MLEM has a modular architecture, meaning you can pick and choose the components that you'd like to install and use. All other MLEM packages depend on the MLEM base package.

  • MLEM is the base package, which provides various small addons and abstractions for MonoGame, FNA and KNI, 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

MLEM has been used to make some very cool games, and it's an honor to showcase them here! For screenshots of games that use MLEM.Ui in particular, see the MLEM.Ui Gallery.

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.

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

The MLEM.Ui demo in action. Also check out the MLEM.Ui Gallery for screenshots of games that use MLEM.Ui.

An image showing text with various colors and other formatting

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

Friends of MLEM

There are several other libraries and tools that work well in combination with MonoGame, FNA, KNI 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
  • MonoGame.Extended, a package that also provides several additional features for MonoGame