Dark Mode
Summary
A library for managing game/app-state.
Packages
Packages are available to install via nuget:
- Monogame: NuGet Gallery | Velentr.States.Monogame 1.0.0
- FNA: NuGet Gallery | Velentr.States.FNA 1.0.0
Documentation
Documentation is currently available only on github. Documentation site and tutorial coming soon here!
Design Choices/Comments/Notes
Managing program state is an important part of any program. How do you know whether you’re in the main menu, a pause menu, or the game itself, for example? This library was designed to make that a little easier. That said, at some point, I’ll probably want to incorporate my FSM library to remove the similar logic this library contains.