Yes that's right. Terminal.Gui its a C# library for creating cross platform fully functional GUIs that run in a terminal (and also work over SSH). Source: over 2 years ago
Depending on needs you might consider using Terminal.Gui. Source: about 3 years ago
Https://github.com/migueldeicaza/gui.cs "A toolkit for building console GUI apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.". - Source: Hacker News / about 3 years ago
For .NET, there is also Terminal.Gui [1] from Miguel de Icaza himself. I've been using it recently to build a specialized terminal-based calculator. [1] https://github.com/migueldeicaza/gui.cs/. - Source: Hacker News / about 3 years ago
Erm... I don't believe MAUI gives you the ability to put a button in a console app? MAUI is a GUI library. I think a better project to link to would have been https://github.com/migueldeicaza/gui.cs. Source: over 3 years ago
You can utilize libraries like Terminal.Gui (formerly gui.cs), which implement more complex and feature-rich solutions (read which mouse key is pressed, track when the mouse cursor is moved, etc.), but this then means you have to work within that library's limitations and boundaries. Source: over 3 years ago
Did you check this https://github.com/migueldeicaza/gui.cs? Source: over 3 years ago
I've used Terminal.Gui, it seems to meet all of your requirements. Source: over 3 years ago
I'm actually trying to do something similar. A cross-platform shell using gui.cs that has a File browser, text editor... You name it. You can use ncurses to let it run on Unix, too. Source: over 3 years ago
There are a few projects that try to do that. I've poked at gui.cs some but never used it seriously. Source: over 3 years ago
Do you know an article comparing Gui.cs to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Gui.cs. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.