BenMakesGames.PlayPlayMini.GraphicsExtensions
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package BenMakesGames.PlayPlayMini.GraphicsExtensions --version 1.0.0
NuGet\Install-Package BenMakesGames.PlayPlayMini.GraphicsExtensions -Version 1.0.0
<PackageReference Include="BenMakesGames.PlayPlayMini.GraphicsExtensions" Version="1.0.0" />
<PackageVersion Include="BenMakesGames.PlayPlayMini.GraphicsExtensions" Version="1.0.0" />
<PackageReference Include="BenMakesGames.PlayPlayMini.GraphicsExtensions" />
paket add BenMakesGames.PlayPlayMini.GraphicsExtensions --version 1.0.0
#r "nuget: BenMakesGames.PlayPlayMini.GraphicsExtensions, 1.0.0"
#:package BenMakesGames.PlayPlayMini.GraphicsExtensions@1.0.0
#addin nuget:?package=BenMakesGames.PlayPlayMini.GraphicsExtensions&version=1.0.0
#tool nuget:?package=BenMakesGames.PlayPlayMini.GraphicsExtensions&version=1.0.0
What Is It?
PlayPlayMini.GraphicsExtensions contains extensions for PlayPlayMini that add more functionality to PlayPlayMini's GraphicsManager.
This is a super-early release which includes one extension.
DrawWavyText
DrawWavyText allows you to draw text that moves up and down in a wavy pattern. There are a few overloads of the method which allow you to customize color and positioning of the text.
Draw waving text starting at the specified x/y position:
GraphicsManager.DrawWavyText(
string fontName,
GameTime gameTime,
int x, int y,
string text,
Color color = Color.White
);
Draw waving text horizontally-centered at the specified y position:
GraphicsManager.DrawWavyText(
string fontName,
GameTime gameTime,
int y,
string text,
Color color = Color.White
);
Draw waving text in the dead center of the screen:
GraphicsManager.DrawWavyText(
string fontName,
GameTime gameTime,
string text,
Color color = Color.White
);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- BenMakesGames.PlayPlayMini (>= 2.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BenMakesGames.PlayPlayMini.GraphicsExtensions:
| Package | Downloads |
|---|---|
|
BenMakesGames.PlayPlayMini.UI
An extension for PlayPlayMini, adding a skinnable, object-oriented UI framework. |
|
|
BenMakesGames.PlayPlayMini.VN
Add-on for PlayPlayMini to facilitate adding visual novel segments to your games. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.0-rc5 | 77 | 2/9/2026 |
| 7.2.0 | 110 | 1/9/2026 |
| 7.1.0 | 173 | 12/21/2025 |
| 7.0.0 | 311 | 11/13/2025 |
| 7.0.0-rc2 | 133 | 11/1/2025 |
| 7.0.0-rc1 | 134 | 11/1/2025 |
| 6.3.0 | 150 | 9/27/2025 |
| 6.2.1 | 261 | 6/14/2025 |
| 6.2.0 | 241 | 6/14/2025 |
| 6.1.0 | 254 | 6/2/2025 |
| 6.0.0 | 305 | 4/14/2025 |
| 5.3.0 | 304 | 3/6/2025 |
| 5.2.1 | 208 | 2/24/2025 |
| 5.2.0 | 222 | 2/24/2025 |
| 5.1.1 | 204 | 2/6/2025 |
| 5.1.0 | 211 | 10/6/2024 |
| 5.0.0 | 253 | 8/17/2024 |
| 4.7.1 | 202 | 5/28/2024 |
| 4.7.0 | 213 | 5/24/2024 |
| 1.0.0 | 385 | 1/7/2023 |
