Jump to content

CDK (programming library)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 50.77.17.118 (talk) at 21:34, 3 May 2013 (removed "*[http://www.vexus.ca/products/CDK/ Vexus Product Page]" from external links (it's now porn)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
CDK
Original author(s)Mike Glover
Developer(s) Thomas E. Dickey
Stable release
5.0.20090215 / February 15, 2009 (2009-02-15)
Repository
Operating systemUnix, Linux, POSIX
TypeProgramming library
LicenseBSD
WebsiteCDK 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, introduced as version 4.6 in comp.sources.unix.[1] The other version was extended beginning in May 1999 by Thomas Dickey.

References

  1. ^ Glover, Mike (January 12, 1996). "v29i080: cdk - curses development kit, V4.6.0". Newsgroupcomp.sources.unix. {{cite newsgroup}}: More than one of |author= and |last= specified (help)

Programs that use CDK