is there any good TUI library (in C or C++) for Widndows?
I’ve found pdCurses which is more like the ncurses but it lacks a lot of nCurses libraries.
If you would ask on why am I finding a TUI library in 21th Century, It’s because for a school project (Gosh those old programming teachers!)
Thanks! 🙂
Cygwin has a fully functional ncurses, I think.
Of course, if you build with Cygwin, it needs Cygwin to run, but that’s the deal.
Whenever I’ve dealt with TUI apps, pdCurses has always been enough, but we didn’t need that much.