Velentr.States

Summary

A library for managing game/app-state.

Packages

Packages are available to install via nuget:

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.