Flare is an open source game development framework written in C#, designed to allow the user to focus exclusively on their game design rather than the drawing or other areas of their game. Also check out Flare.GUI, a small library that uses Flare for simple GUI rendering.
Changelogs:
v1.1.1: Adds...
More information
Commands is a .NET Standard 2.0 attribute based command framework.
> The project is still in early development
## Features
* Command Aliases
* Command Summaries
* Parameter Parsing
* params keyword support
* Parsers are extensible to custom types
* ICommandContext that stores information about...
More information