diff --git a/Docs/articles/friends.md b/Docs/articles/friends.md deleted file mode 100644 index 0a2c5cc..0000000 --- a/Docs/articles/friends.md +++ /dev/null @@ -1,7 +0,0 @@ -# Friends of MLEM - -There are several other NuGet packages that work well in combination with MonoGame and MLEM. Here are some of them: -- [Contentless](https://github.com/Ellpeck/Contentless), a tool by Ellpeck that removes the need to add assets to the MonoGame Content Pipeline manually -- [GameBundle](https://github.com/Ellpeck/GameBundle), a tool by Ellpeck that packages MonoGame and other .NET Core applications into several distributable formats -- [Coroutine](https://github.com/Ellpeck/Coroutine), a package by Ellpeck that implements Unity-style coroutines for any project -- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package by craftworkgames that also provides several additional features for MonoGame \ No newline at end of file diff --git a/Docs/articles/toc.yml b/Docs/articles/toc.yml index e99a3b6..235f58b 100644 --- a/Docs/articles/toc.yml +++ b/Docs/articles/toc.yml @@ -13,6 +13,4 @@ - name: Tiled Extensions href: tiled_extensions.md - name: MLEM.Startup - href: startup.md -- name: Friends of MLEM - href: friends.md \ No newline at end of file + href: startup.md \ No newline at end of file diff --git a/Docs/index.md b/Docs/index.md index f9f4ca0..c50d8ba 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -10,6 +10,7 @@ - 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) # Made with MLEM +- [A Breath of Spring Air](https://ellpeck.itch.io/a-breath-of-spring-air), a short platformer ([Source](https://git.ellpeck.de/Ellpeck/GreatSpringGameJam)) - [Don't Wake Up](https://ellpeck.itch.io/dont-wake-up), a short puzzle game ([Source](https://github.com/Ellpeck/DontLetGo)) - [Tiny Life](https://tinylifegame.com), an isometric life simulation game ([Modding API](https://github.com/Ellpeck/TinyLifeExampleMod)) @@ -22,4 +23,12 @@ MLEM.Ui in action: MLEM's text formatting system: - \ No newline at end of file + + +# Friends of MLEM +There are several other NuGet packages and tools that work well in combination with MonoGame and MLEM. Here are some of them: +- [Contentless](https://github.com/Ellpeck/Contentless), a tool that removes the need to add assets to the MonoGame Content Pipeline manually +- [GameBundle](https://github.com/Ellpeck/GameBundle), a tool that packages MonoGame and other .NET Core applications into several distributable formats +- [ButlerDotNet](https://github.com/Ellpeck/ButlerDotNet), a tool that automatically downloads and invokes itch.io's butler +- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame +- [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project \ No newline at end of file diff --git a/README.md b/README.md index 128b3e9..949dc1c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - 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) # Made with MLEM +- [A Breath of Spring Air](https://ellpeck.itch.io/a-breath-of-spring-air), a short platformer ([Source](https://git.ellpeck.de/Ellpeck/GreatSpringGameJam)) - [Don't Wake Up](https://ellpeck.itch.io/dont-wake-up), a short puzzle game ([Source](https://github.com/Ellpeck/DontLetGo)) - [Tiny Life](https://tinylifegame.com), an isometric life simulation game ([Modding API](https://github.com/Ellpeck/TinyLifeExampleMod)) @@ -22,4 +23,12 @@ MLEM.Ui in action: MLEM's text formatting system: - \ No newline at end of file + + +# Friends of MLEM +There are several other NuGet packages and tools that work well in combination with MonoGame and MLEM. Here are some of them: +- [Contentless](https://github.com/Ellpeck/Contentless), a tool that removes the need to add assets to the MonoGame Content Pipeline manually +- [GameBundle](https://github.com/Ellpeck/GameBundle), a tool that packages MonoGame and other .NET Core applications into several distributable formats +- [ButlerDotNet](https://github.com/Ellpeck/ButlerDotNet), a tool that automatically downloads and invokes itch.io's butler +- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame +- [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project \ No newline at end of file