Skip to content

Anders-H/ConsoleControlLibrary

Repository files navigation

ConsoleControlLibrary

GDI+ implemented input and output controls.

Contains button, textbox, checkbox, radio button, label, textblock and picture.

Controls are added to forms (inherits the ConsoleForm class) and a form is added to the ConsoleControl WinForms control.

Example: https://github.com/Anders-H/ConsoleControlLibrary/blob/master/ControlsTestProject/Form1.cs

Screenshot

Picture

Usage: Add a ClientPicture to a form and send the instance to an object inherited from VectorImageBase. Override the DrawPicture method.

Example: https://github.com/Anders-H/ConsoleControlLibrary/blob/master/ControlsTestProject/TextAdventureForm.cs

Alternatively, add a ClientPicture to a form and send the instance to a TextBasedVectorImage together with a string that describes the image.

Example: https://github.com/Anders-H/ConsoleControlLibrary/blob/master/ControlsTestProject/TextBasedVectorImageForm.cs

About

A grid based GUI designed for terminal emulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages