From 6b81054159e8548f3ed8558b0e1efd6d8a092961 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 19 Jan 2022 12:22:01 +0100 Subject: [PATCH] Added Illumilib to the readme as a friend --- Docs/index.md | 5 +++-- README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index 9fc7451..b6d367d 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -37,8 +37,9 @@ MLEM's [text formatting system](https://mlem.ellpeck.de/articles/text_formatting ![An image showing text with various colors and other formatting](https://raw.githubusercontent.com/Ellpeck/MLEM/release/Media/Formatting.png) # 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: +There are several other libraries 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 - [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 +- [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project +- [Illumilib](https://github.com/Ellpeck/Illumilib), a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices \ No newline at end of file diff --git a/README.md b/README.md index 6b117bb..5823978 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ MLEM's [text formatting system](https://mlem.ellpeck.de/articles/text_formatting ![An image showing text with various colors and other formatting](https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Formatting.png) # 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: +There are several other libraries 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 - [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 +- [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project +- [Illumilib](https://github.com/Ellpeck/Illumilib), a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices \ No newline at end of file