diff --git a/Docs/index.md b/Docs/index.md index 5e195be..01de279 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -1,6 +1,6 @@ ![The MLEM logo](https://raw.githubusercontent.com/Ellpeck/MLEM/release/Media/Banner.png) -**MLEM Library for Extending MonoGame and FNA** is an addition to the game frameworks [MonoGame](https://www.monogame.net/) and [FNA](https://fna-xna.github.io/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. +**MLEM Library for Extending MonoGame and FNA** is a set of multipurpose libraries for the game frameworks [MonoGame](https://www.monogame.net/) and [FNA](https://fna-xna.github.io/) that provides abstractions, quality of life improvements and additional features like an extensive ui system and easy input handling. # What next? - Get it on [NuGet](https://www.nuget.org/packages?q=mlem) @@ -11,8 +11,8 @@ - See [the changelog](https://mlem.ellpeck.de/CHANGELOG.html) for information on updates # Packages -- **MLEM** is the base package, which provides extension methods and additional features for MonoGame and FNA, including a text formatting system and simple input handling -- **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types +- **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 diff --git a/FNA b/FNA index e27bfb5..62cbf1c 160000 --- a/FNA +++ b/FNA @@ -1 +1 @@ -Subproject commit e27bfb5a34112461a6bff960888c0cce2b0c5be2 +Subproject commit 62cbf1c3180c31de0265b267a7ed080efd20150c diff --git a/MLEM/MLEM.FNA.csproj b/MLEM/MLEM.FNA.csproj index 3c28ac6..2e28813 100644 --- a/MLEM/MLEM.FNA.csproj +++ b/MLEM/MLEM.FNA.csproj @@ -9,7 +9,7 @@ Ellpeck - The MLEM base package, which provides extension methods and additional features for FNA, including a text formatting system and simple input handling + The MLEM base package, which provides various small addons and abstractions for FNA, including a text formatting system and simple input handling See the full changelog at https://mlem.ellpeck.de/CHANGELOG fna ellpeck mlem utility extensions https://mlem.ellpeck.de/ diff --git a/MLEM/MLEM.csproj b/MLEM/MLEM.csproj index d4501cd..6eb80b7 100644 --- a/MLEM/MLEM.csproj +++ b/MLEM/MLEM.csproj @@ -7,7 +7,7 @@ Ellpeck - The MLEM base package, which provides extension methods and additional features for MonoGame, including a text formatting system and simple input handling + The MLEM base package, which provides various small addons and abstractions for MonoGame, including a text formatting system and simple input handling See the full changelog at https://mlem.ellpeck.de/CHANGELOG monogame ellpeck mlem utility extensions https://mlem.ellpeck.de/ diff --git a/README.md b/README.md index 7bfd5d3..6cc3305 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![The MLEM logo](https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Banner.png) -**MLEM Library for Extending MonoGame and FNA** is an addition to the game frameworks [MonoGame](https://www.monogame.net/) and [FNA](https://fna-xna.github.io/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. +**MLEM Library for Extending MonoGame and FNA** is a set of multipurpose libraries for the game frameworks [MonoGame](https://www.monogame.net/) and [FNA](https://fna-xna.github.io/) that provides abstractions, quality of life improvements and additional features like an extensive ui system and easy input handling. # What next? - Get it on [NuGet](https://www.nuget.org/packages?q=mlem) @@ -11,8 +11,8 @@ - See [the changelog](https://github.com/Ellpeck/MLEM/blob/main/CHANGELOG.md) for information on updates # Packages -- **MLEM** is the base package, which provides extension methods and additional features for MonoGame and FNA, including a text formatting system and simple input handling -- **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types +- **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