Name not yet finalized, hence both combinations are available.
Dosui is an UI Framework similar to System.Windows.Forms but for Consoles, making it easy to create console applications that looks like old DOS applications.
Shinobytes.Console.Forms is written in C#, .NET Framework v4.6.1 using Visual Studio 2017.
Future versions may support .net core using ncurses for linux and mac, I'm still exploring that idea.
Shinobytes.Console.Forms is licensed under the MIT License. See LICENSE for details.
Open up Shinobytes.Console.Forms.sln
in visual studio, 2017 or later. :)
Press CTRL + SHIFT + B
and voila!
To be updated. And will obviously include how to use each control. For now, use the sample project available to test it out.
- ProgressBar
- Label/TextBlock
- MenuStrip
-
- MenuItem
-
- Separator
- MessageBox
- Button
- TextBox
- ToggleButton/CheckBox
- Window
- StatusStrip
- Multilined TextBox
- Open/Save File Dialogs
- Scrollbars
- RichTextBox?
- Much more
- Your suggestion goes here