| ▲ | weinzierl 2 hours ago | |||||||
Apart from what you said about the GUI situation in Rust (which I disagree with) I think TUI's have their niche. I think writing a useful GUI has considerable overhead no matter which technology you use. In addition they cause other difficulties, like testability, i18n, l10n and accessability. This is why people often resort to command line tools, rightfully so. There are cases, however, where a CLI won't cut it and I believe TUI's are a nice and lean solution that sits right between CLI and full-blown GUI and isn't going anywhere. | ||||||||
| ▲ | Jaxan an hour ago | parent [-] | |||||||
> In addition they cause other difficulties, like testability, i18n, l10n and accessability. Most TUIs don’t have these either. So I don’t see this as a difference between TUI/GUI. If you want to make a GUI and want to ignore these things, you are free to do so. | ||||||||
| ||||||||