Skip to content

Commit 638c692

Browse files
committed
readme update
1 parent 4814df4 commit 638c692

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ It provides a state engine with lifecycle events, dependency injection using `Au
88
99
This repository contains the following libraries:
1010

11-
| Name | Description | Links |
12-
| --- | --- | --- |
13-
| `PlayPlayMini` | The PlayPlayMini library itself. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini)<br />[Documentation](BenMakesGames.PlayPlayMini/README.md) |
14-
| `PlayPlayMini.GraphicsExtensions` | Graphics extensions for PlayPlayMini, including shape primitives and font extensions. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.GraphicsExtensions)<br />[Documentation](BenMakesGames.PlayPlayMini.GraphicsExtensions/README.md) |
15-
| `PlayPlayMini.NAudio` | Use NAudio to play music, instead of MonoGame's built-in audio engine. This makes music loop seamlessly, and adds support for easy cross-fading of songs. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.NAudio)<br />[Documentation](BenMakesGames.PlayPlayMini.NAudio/README.md) |
16-
| `PlayPlayMini.UI` | Skinnable, object-oriented UI Framework for PlayPlayMini. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.UI)<br />[Documentation](BenMakesGames.PlayPlayMini.UI/README.md) |
17-
| `PlayPlayMini.BeepBoop` | Methods for generating wave forms on the fly. Preview release; very few features. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.BeepBoop) |
11+
| Name | Description | Links |
12+
|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| --- |
13+
| `PlayPlayMini` | The PlayPlayMini library itself. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini)<br />[Documentation](BenMakesGames.PlayPlayMini/README.md) |
14+
| `PlayPlayMini.GraphicsExtensions` | Graphics extensions for PlayPlayMini, including shape primitives and font extensions. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.GraphicsExtensions)<br />[Documentation](BenMakesGames.PlayPlayMini.GraphicsExtensions/README.md) |
15+
| `PlayPlayMini.NAudio` | Use NAudio to play music, instead of MonoGame's built-in audio engine. This makes music loop seamlessly, and adds support for easy cross-fading of songs. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.NAudio)<br />[Documentation](BenMakesGames.PlayPlayMini.NAudio/README.md) |
16+
| `PlayPlayMini.VN` | Visual Novel game engine. Preview release, but contains many features. Has been used in games published to Steam. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.BeepBoop) |
17+
| `PlayPlayMini.BeepBoop` | Methods for generating wave forms on the fly. Preview release; very few features. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.BeepBoop) |
18+
| `PlayPlayMini.UI` | ⚠ABANDONED⚠ Skinnable, object-oriented UI Framework for PlayPlayMini. | [NuGet](https://www.nuget.org/packages/BenMakesGames.PlayPlayMini.UI)<br />[Documentation](BenMakesGames.PlayPlayMini.UI/README.md) |
1819

1920
See also:
2021
* [PlayPlayMiniTemplates](https://github.com/BenMakesGames/PlayPlayMiniTemplates) for project templates.

0 commit comments

Comments
 (0)