Live data from Hacker News

A GUI framework for C# console applications

github.com

21–30 of 64 posts

Re: A GUI framework for C# console applications

#22

a GUI for CLIs is called a TUI.

I've seen this TUI term come up a few times on Hacker News. The term I've heard at two companies that had extensive terminal interfaces with menus and screens is CHUI (rhymes with "chewy").

It's funny, though: the CHUIs that remain in the product for system administration are much more primitive now than they used to be. Instead of curses-style graphics with a UI, it's pure text.

Re: A GUI framework for C# console applications

#30
post #24

Now if only we could get cross platform WPF for C#

Avalonia UI, while still in Beta, is pretty mature. It's not WPF, of course, but it works quite well: https://github.com/AvaloniaUI/Avalonia

Also, Qt/QML works with .NET.

https://github.com/qmlnet/qmlnet

Post reply on HN