| ▲ | genidoi 6 hours ago | |||||||||||||
TUI libraries have sufficiently abstracted away the low-level quirks of terminal rendering that the terminal has become something like a canvas[0] available in the IDE with no extensions. This is quite a nice DevX if you want to display the state of an app that does something to data, without writing the necessary plumbing to pipe that data to a browser and render it. [0] https://github.com/NimbleMarkets/ntcharts/blob/main/examples... | ||||||||||||||
| ▲ | flomo 5 hours ago | parent | next [-] | |||||||||||||
The low-level terminal stuff is still grody as hell. Years ago, HN had some blogposts from someone who was rethinking the whole stack, but I dunno what happened to that project. If people really like TUIs, eventually they're going to stop doing the 1980s throback stuff. | ||||||||||||||
| ||||||||||||||
| ▲ | eschaton 6 hours ago | parent | prev [-] | |||||||||||||
They did this in the 1970s and 1980s too, then they were called “forms libraries” but were often full application frameworks in ways that would be familiar to modern developers of native graphical apps. | ||||||||||||||