CDK (programming library)
Appearance
Developer(s) | Thomas E. Dickey |
---|---|
Stable release | |
Repository | |
Operating system | Unix, Linux, POSIX |
Type | Programming library |
License | BSD |
Website | CDK project page |
CDK is a library written in C that provides a collection of widgets for text user interfaces (TUI) development. The widgets wrap ncurses functionality to make writing full screen curses programs faster. A Perl binding is also available.
There are two versions of the library. It was originally written by Mike Glover, and then later extended by Thomas Dickey.
Programs that use CDK
- Password Management System A console based password management program