Open sgmihai opened 1 year ago
We already have illwill/nimwave as a low level ncurses/termbox like library for nim. We don't have anything widget based. Somebody point this out: https://github.com/enthus1ast/illwillWidgets but still they're primitive, limited, and incomplete widgets.
Now we also have https://github.com/jaar23/tui_widget it's in pretty good shape but still needs more work.
I see there are no high level TUI frameworks in nim. Illwill/wave and nimwave are quite low level, no included widgets at all. There's ncurses and notcurses wrappers but they have a limited widget set and for ncurses most of the useful ones are packaged separately and I think they have to have their own wrapper. I found these two written in C++, both look super nice in feature set and ease of use. How difficult would it be to wrap one of these ?
https://github.com/ArthurSonzogni/FTXUI https://github.com/gdt050579/AppCUI