G_WolfCurses - Maxwolf/WolfCurses GitHub Wiki
Core library, holds the simulation application abstract class. Any new simulations will need to have their primary entry point inherit this class.
Namespace | Description |
---|---|
WolfCurses | Core library, holds the simulation application abstract class. Any new simulations will need to have their primary entry point inherit this class. |
WolfCurses.Control | Basic widget rendering for forms and windows that want to build their displays from components rather than text only prompts. |
WolfCurses.Form | Attached to windows, forms require you assign their parent window using an attribute so they can be reflected over during runtime. |
WolfCurses.Menu | Dynamic menu system that uses enumeration attributes to define what commands are valid for a given window, this is not required and completely optional. |