1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 13:48:46 +02:00
Go to file
2023-05-15 18:05:47 +02:00
.config updated docfx and removed analytics from docs site 2022-12-12 10:28:43 +01:00
.github Update FUNDING.yml 2021-11-08 15:52:32 +01:00
Demos fixed issues in the android demo's release mode 2023-03-04 12:10:16 +01:00
Demos.Android updated monogame .net tools 2023-04-06 15:25:20 +02:00
Demos.DesktopGL updated monogame .net tools 2023-04-06 15:25:20 +02:00
Docs reduce header levels in README to allow for TOC navigation on the docs site 2023-05-10 23:06:34 +02:00
FNA@697cc63662 dependency and submodule update 2023-03-29 21:54:30 +02:00
FnaNative updated fnalibs for demos and tests 2023-03-29 22:17:09 +02:00
FontStashSharp@f11f97b709 dependency and submodule update 2023-03-29 21:54:30 +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 Fixed GetRandomWeightedEntry distribution not being equal for equal weights 2023-04-26 21:49:43 +02:00
MLEM.Data restored FNA compatibility 2023-05-15 18:05:47 +02:00
MLEM.Extended include correct readme file in packages 2023-04-16 13:37:43 +02:00
MLEM.Startup include correct readme file in packages 2023-04-16 13:37:43 +02:00
MLEM.Templates include correct readme file in packages 2023-04-16 13:37:43 +02:00
MLEM.Ui Fixed TextInput and Slider still reacting to input when they are selected, but not part of the active root 2023-04-24 11:15:16 +02:00
Sandbox Improved the SquishingGroup algorithm by prioritizing each element's final size 2023-04-06 17:15:57 +02:00
Tests added additional texture packer tests 2023-05-15 17:35:29 +02:00
.editorconfig cleaned up preprocessor instructions 2022-12-13 13:11:36 +01:00
.gitignore publish MG and FNA test results separately 2022-09-15 12:50:10 +02:00
.gitmodules added MLEM.FNA 2022-06-24 14:01:26 +02:00
build.cake prepend ci. to prerelease build numbers to be more in line with semver spec 2023-04-16 13:30:49 +02:00
CHANGELOG.md Improved RuntimeTexturePacker performance for differently sized textures 2023-05-15 17:50:41 +02:00
FNA.Settings.props resolved some build warnings 2022-09-15 10:44:50 +02:00
Jenkinsfile skip checkout when publishing docs 2023-04-16 13:40:27 +02:00
LICENSE updated license year 2021-03-30 00:56:28 +02:00
MLEM.FNA.sln use FNA core for tests and demos 2022-09-14 22:13:05 +02:00
MLEM.sln added the android demo project back to the solution 2023-01-03 14:34:52 +01:00
NuGet.config updated remaining dependencies 2021-03-24 22:31:58 +01:00
README.md updated to the new docfx modern template 2023-04-08 15:30:42 +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.

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