Skip to content

7.2.0

Latest

Choose a tag to compare

@BenMakesGames BenMakesGames released this 09 Jan 21:30
· 1 commit to main since this release

Big changes

PlayPlayMini.UI is formally abandoned

  • I haven't worked on this library, or even tested it, in forever
  • I have no desire to use it in any of the games I'm working on
  • if you liked this library, please feel free to fork it - take ownership, and start publishing your own NuGet packages! (it's fun!)
  • a slimmer replacement library may come in the future, based on PlayPlayMini's IRectangle<T> interface and its various extension methods

Added new PlayPlayMini.VN

  • I have used this code, or an earlier version of it, in a few games which have been published on Steam
  • ^ that said, I have published it as a release candidate (you will not see it in NuGet unless you check the box to see prerelease packages) because I have not extensively tested it in this new form

Small changes

  • added a few more docblocks throughout PlayPlayMini and PlayPlayMini.GraphicsExtensions
  • migrated many more extension methods to .NET 10's new extension block syntax
  • added extension methods to PlayPlayMini.GraphicsExtensions for drawing text with outlines when using spans

Known issues