• Stars
    star
    189
  • Rank 203,730 (Top 5 %)
  • Language
    C#
  • Created over 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C# Console Graphics Library

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