ncurses++ is an attempt to create high-level C++ interface for old and good ncurses library.
- horizontal and vertical layouts
- colors
- static text
- attributes
To build ncurses++ you need a compiler supporting C++17, cmake and ncurses.
- mkdir build
- cd build
- cmake ..
- make
See: examples/gallery/