Git Product home page Git Product logo

consoledraw's Introduction

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









consoledraw's People

Contributors

haydend avatar testpersonal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

consoledraw's Issues

X and Y all mixed up

Per what most people would expect, X would be the distance from the left, or columns, and Y would be the distance from the top or bottom, but along the vertical axis.

Forcing redraw of the entire gui?

So I'm using another dll that has in it calls to Console.Writeline etc.. and its being a bit problematic as it will draw those text lines randomly in different parts of the gui I'm doing with ConsoleDraw..

Basically with ConsoleDraw I just have large textArea where I want logs to go and where I've replaced my own Console.WriteLines to setting the textArea, and below that a textbox area where I can input ... that all works but I can't do anything about the Console.WriteLines from this other dll... is there anyway to redirect those to the textArea? Or how to force a redraw of the entire ConsoleDraw UI?

Before
i
After
i

As you can see the Console.WriteLine from the dll has messed up the gui..

Not much documents to go on, so not sure how to force a redraw fix on it?

btw nice library I spent ages looking around for doing something like this, not sure if its the only project, do you know if this will work on mono c# run on linux? I've not tried, I saw sadconsole.. but that seems to be infested with third party library requirements like XNA.. and not sure that would work on linux under mono c#

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.