some nice media improvements

This commit is contained in:
Ellpeck 2020-06-21 23:07:49 +02:00
parent 7eaa1da860
commit 92c91928b2
7 changed files with 36 additions and 10 deletions

View File

@ -26,13 +26,19 @@
],
"resource": [{
"files": [
"Logo.svg",
"favicon.ico"
]
}, {
"files": [
"Logo.svg",
"Formatting.png",
"Ui.gif"
],
"src": "../Media"
}],
"globalMetadata": {
"_appTitle": "MLEM Documentation",
"_appLogoPath": "../Logo.svg",
"_appLogoPath": "Logo.svg",
"_appFooter": "<a href=\"https://github.com/Ellpeck/MLEM\">&copy; 2019-2020 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/#impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
},
"overwrite": [{

View File

@ -2,7 +2,17 @@
**MLEM Library by Ellpeck for 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.
- Get it [on NuGet](https://www.nuget.org/packages?q=mlem)
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
- See the source code [on Github](https://github.com/Ellpeck/MLEM)
- Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android)
# 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)
- Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android)
# 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">

BIN
Media/Formatting.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
Media/Ui.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

View File

@ -1,8 +1,18 @@
<img src="Logo.png" width="25%" >
<img src="Media/Logo.png" width="25%" >
**MLEM Library by Ellpeck for 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.
- Get it [on NuGet](https://www.nuget.org/packages?q=mlem)
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
- See tutorials and API documentation [on the website](https://mlem.ellpeck.de/)
# What next?
- Get it on [NuGet](https://www.nuget.org/packages?q=mlem)
- Get prerelease builds on [BaGet](https://nuget.ellpeck.de)
- See tutorials and API documentation on [the website](https://mlem.ellpeck.de/)
- Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android)
# Gallery
Here are some images that show a couple of MLEM's features.
MLEM.Ui in action:
<img src="Media/Ui.gif">
MLEM's text formatting system:
<img src="Media/Formatting.png">