A collection of utility functions, extension methods, and helpers for the c# MonoGame framework.
For more information about the MonoGame framework, visit https://monogame.net/
- Libraries are implemented as shared projects to cleanly integrate into existing projects
- Libraries are split by namespace as much as possible to reduce dependancies
Utility functions, extension methods, helpers for MonoGame.
Extensions for:
- Rectangle
Extensions for:
- SpriteBatch
A framework for creating a basic game.
Features:
- Game state system
- Game setting system
- Built-in video resolution settings
- Built-in audio resolution settings
A toolkit for creating a basic game user interface.
Features:
- Easy to subclass any control
- OwnerDraw functionality
Standard Elements:
- PictureBox
- Label
- ListBox