Is there no currently-maintained TUI library these days?
@bclindner Anything that is linkable from C or C++.
@SuperFloppies tried termbox? decidedly minimal, but it does the job https://github.com/nsf/termbox
@SuperFloppies [disclaimer i don't know shit about c/c++ i'm a go dev and use termbox-go a lot lmao]
@bclindner It is reminiscent of Borland’s conio.h for DOS, and would be used by a TUI kit. But I hadn’t seen this yet, looks interesting. Thanks.
@SuperFloppies
Any of these what you are looking for?
https://github.com/gizak/termui
https://github.com/yaronn/blessed-contrib
https://github.com/nsf/termbox-go
@SuperFloppies
Or one in rust?
@kelbot This one looks nice. Might use it as a starting point for a C++ based library.
@SuperFloppies for what language?