mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
some nice media improvements
This commit is contained in:
parent
7eaa1da860
commit
92c91928b2
7 changed files with 36 additions and 10 deletions
|
@ -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\">© 2019-2020 Ellpeck</a> – <a href=\"https://ellpeck.de/#impressum\">Impressum</a> – <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
|
||||
},
|
||||
"overwrite": [{
|
||||
|
|
|
@ -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)
|
||||
# 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
BIN
Media/Formatting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
BIN
Media/Ui.gif
Normal file
BIN
Media/Ui.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 MiB |
18
README.md
18
README.md
|
@ -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">
|
Loading…
Reference in a new issue