Live data from Hacker News

Ask HN: Recommendations for Good TUI Libraries (Text User Interface)?

news.ycombinator.com

1–10 of 64 posts

Ask HN: Recommendations for Good TUI Libraries (Text User Interface)?

#1
Anyone seen anything exciting/interesting in the field of TUI's? Any language, as long as the library is interesting with good examples or screen shots/videos.

For those unfamiliar, a TUI is a text mode user interface library, for building user interfaces within character oriented plain text consoles.

Re: Ask HN: Recommendations for Good TUI Libraries (Text User Interface)?

#2
I wrote a Python library to draw graphics in a console using Braille dots, with a fallback mode to ASCII:

https://github.com/dheera/python-termgraphics

I used it in ROSshow, which visualizes robot sensor data inside a terminal:

https://github.com/dheera/rosshow

Re: Ask HN: Recommendations for Good TUI Libraries (Text User Interface)?

#3
This looks pretty impressive:

Terminal.Gui - Terminal GUI toolkit for .NET

https://github.com/migueldeicaza/gui.cs

Written by Miguel de Icaza.

Hanselman wrote on it here:

https://www.hanselman.com/blog/Its2020AndItIsTimeForTextMode...

and here:

https://www.hanselman.com/blog/DotnetDependsIsAGreatTextMode...

Post reply on HN