Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 545 Bytes

File metadata and controls

33 lines (29 loc) · 545 Bytes

TUI Framework.

TUI (Text User Interface) compatible with netstandard2.0 Uses only Console class.

Features

  • Controls
    • TextBox
    • PasswordBox
    • Label
    • CheckBox
    • RadioButton
    • Image (ASCII)
    • Panel
    • BorderPanel
    • ComboBox
    • ListView
    • Table
    • ProgressBar
    • Menu
    • StatusBar
  • MessageBoxes
    • Confirm
    • Prompt
    • Alert
    • Custom dialog
  • Navigation
    • Navigate to specific Scoreboard (Screen)
    • Go Back
    • Pass data

Example application video on Windows