1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-28 07:09:06 +02:00
Go to file
2022-09-14 21:17:43 +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 Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
Demos.Android updated dependencies 2022-09-03 12:31:34 +02:00
Demos.DesktopGL Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
Docs fixed docfx finding duplicates due to FNA projects 2022-09-02 16:37:59 +02:00
FNA@ab59f5f2f6 adAdded TokenizedString.Realign 2022-09-02 13:42:21 +02:00
FontStashSharp@6e6fc608be Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +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 Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
MLEM.Data Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
MLEM.Extended Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
MLEM.Startup Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
MLEM.Templates Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
MLEM.Ui Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
Sandbox further improved StaticSpriteBatch performance 2022-09-13 11:57:28 +02:00
Tests Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
.editorconfig added markdown editorconfig settings 2022-09-09 11:17:37 +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 fixed non-MLEM packages being deleted in build 2022-09-09 17:55:14 +02:00
CHANGELOG.md Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
Jenkinsfile Revert "restore android workload when building" 2022-07-25 18:38:23 +02:00
LICENSE updated license year 2021-03-30 00:56:28 +02:00
MLEM.FNA.sln Multi-target net452, making MLEM compatible with MonoGame for consoles 2022-09-14 21:17:43 +02:00
MLEM.sln Made the base package's description more descriptive 2022-06-26 14:25:19 +02:00
NuGet.config updated remaining dependencies 2021-03-24 22:31:58 +01:00
README.md improved the README and some package descriptions slightly 2022-07-04 23:53:48 +02:00

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.

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 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, 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
  • 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