A GUI framework for C# console applications
1–10 of 64 posts
Re: A GUI framework for C# console applications
#2a GUI for CLIs is called a TUI.
Re: A GUI framework for C# console applications
#3I wonder why the vertical lines have breaks in them. It didn’t used to be like that in the old days.
Re: A GUI framework for C# console applications
#4I wonder why the vertical lines have breaks in them. It didn’t used to be like that in the old days.
Just an annoyance in the Consolas font metrics. It would look correct in the bitmapped old console font.
Re: A GUI framework for C# console applications
#5a GUI for CLIs is called a TUI.
Tangible user interfaces? Ah according to wiki it now also means text-user interface.
Re: A GUI framework for C# console applications
#6Very cool, can't wait to try it out! I've been using Miguel de Icaza's Console project with success but I feel this project might have a ton more options and flexibility!
Re: A GUI framework for C# console applications
#7I wish we could do this easily with emacs
Re: A GUI framework for C# console applications
#8The chess game screenshot sort of reminded me of the StarTrek game DEC used to leave running in their showrooms in the 70's and 80's:
https://commons.wikimedia.org/wiki/File:Star_Trek_text_game....
I remember being kicked out by salesmen many times while sitting there playing. They seemed very annoyed that no adults "got it", but many kids did.
Re: A GUI framework for C# console applications
#9So is this cross-platform? How does it compare to http://hackage.haskell.org/package/brick ?
Re: A GUI framework for C# console applications
#10So is this cross-platform? How does it compare to http://hackage.haskell.org/package/brick ?
just a guess here, but this library is for c# and brick appears to be for haskel