Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.21 KB

File metadata and controls

43 lines (36 loc) · 1.21 KB

ConsoleDraw

C# Console GUI Graphics Library.

This library allows graphical GUI Windows and Inputs to be drawn in a console window

The example applications show what is possible and how to use the library

  • TEXT is a text editing application simlar to Window's Edit
  • Calculator is a simple calculation app
  • File Change is an alternative to the cd/chdir command for changing the directory of a console window. It provides a GUI for selecting the new path.

Included Inputs

Button
TextBox
TextArea
CheckBox
Radio Buttons
Labels
Dropdowns
Menus
FileBrowser

#Included Windows Alert
Confirm
Save
Load

Screenshots of Example Applications