1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-23 21:30:05 +02:00
MLEM/Docs/index.md

19 lines
920 B
Markdown
Raw Normal View History

2020-05-22 13:47:33 +02:00
<img src="Logo.svg" width="25%" >
2020-05-21 01:08:36 +02:00
2020-09-28 20:53:39 +02:00
**MLEM Library for Extending MonoGame** is an addition to the game framework [MonoGame](https://www.monogame.net/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling.
2020-05-21 01:08:36 +02:00
2020-06-21 23:07:49 +02:00
# What next?
- Get it on [NuGet](https://www.nuget.org/packages?q=mlem)
- Get prerelease builds on [BaGet](https://nuget.ellpeck.de)
- See the source code on [GitHub](https://github.com/Ellpeck/MLEM)
2020-09-28 20:53:39 +02:00
- See tutorials and API documentation on this website
- Check out [the demos](https://github.com/Ellpeck/MLEM/tree/main/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/main/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/main/Demos.Android)
2020-06-21 23:07:49 +02:00
# Gallery
Here are some images that show a couple of MLEM's features.
MLEM.Ui in action:
<img src="Ui.gif">
MLEM's text formatting system:
<img src="Formatting.png">