diff --git a/Docs/docfx.json b/Docs/docfx.json index 63b79ac..3cf124b 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -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": "© 2019-2020 EllpeckImpressumPrivacy" }, "overwrite": [{ diff --git a/Docs/index.md b/Docs/index.md index 7438e04..68a0ffc 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -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) \ No newline at end of file +# 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: + + +MLEM's text formatting system: + \ No newline at end of file diff --git a/Media/Formatting.png b/Media/Formatting.png new file mode 100644 index 0000000..9a7d41b Binary files /dev/null and b/Media/Formatting.png differ diff --git a/Logo.png b/Media/Logo.png similarity index 100% rename from Logo.png rename to Media/Logo.png diff --git a/Docs/Logo.svg b/Media/Logo.svg similarity index 100% rename from Docs/Logo.svg rename to Media/Logo.svg diff --git a/Media/Ui.gif b/Media/Ui.gif new file mode 100644 index 0000000..7ebb750 Binary files /dev/null and b/Media/Ui.gif differ diff --git a/README.md b/README.md index ba63da2..5e64475 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ - + **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: + + +MLEM's text formatting system: + \ No newline at end of file