You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@ It provides a state engine with lifecycle events, dependency injection using `Au
8
8
9
9
This repository contains the following libraries:
10
10
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)|
|`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)|
18
19
19
20
See also:
20
21
*[PlayPlayMiniTemplates](https://github.com/BenMakesGames/PlayPlayMiniTemplates) for project templates.
0 commit comments