blob: 59dc7409ebfb58530984951e7cc89b0868842afc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
CPPurses is a Terminal User Interface(TUI) Library built on top of ncurses.
It defines a framework of Widgets, Layouts, and Events that let you focus on
user interface design, while boilerplate common to ncurses applications is
handled behind the scenes.
CPPurses contains a collection of common Widgets that can be pieced together to
create a composite application. It is also possible to expand and build on top
of existing Widgets, or to create completely new Widget types, by overriding a
few virtual functions.
|