

ConsoleGUI
Like
ConsoleGUI is a simple .NET framework for creating console-based GUI applications. It provides most essential layout management utilities as well as a set of basic controls.
Cost / License
- Free
- Open Source
Platforms
- Windows
Features
- Tui
- Text-based
Tags
- toolkit
- User interface
- development
ConsoleGUI News & Activities
Highlights All activities
Recent activities
No activities found.
ConsoleGUI information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is ConsoleGUI?
ConsoleGUI is a simple .NET framework for creating console-based GUI applications. It provides most essential layout management utilities as well as a set of basic controls.
What sets this library apart from other projects that provide similar functionalities, is the fact that the ConsoleGUI framework is fully layout-driven. In this regard it’s more like WPF or HTML, than for example Windows Forms. You don’t specify exact coordinates at which a given control should reside, but rather let stack panels, dock panels and other layout managers do their work.



