Difference between revisions of "Curses library"
Jump to navigation
Jump to search
(→Tutorials: - removed broken link; added another link) |
(Replaced broken link; removed link to obsolete version) |
||
Line 15: | Line 15: | ||
== Links == | == Links == | ||
[http://en.wikipedia.org/wiki/Curses_(programming_library) Curses entry on Wikipedia] | * [http://en.wikipedia.org/wiki/Curses_(programming_library) Curses entry on Wikipedia] | ||
[http://heather.cs.ucdavis.edu/~matloff/UnixAndC/CLanguage/Curses.pdf Curses manual] | * [http://heather.cs.ucdavis.edu/~matloff/UnixAndC/CLanguage/Curses.pdf Curses manual] | ||
===Tutorials=== | ===Tutorials=== | ||
[http:// | * [http://invisible-island.net/ncurses/ncurses-intro.html Writing programs with NCURSES] | ||
* [http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ NCURSES Programming HOWTO] | |||
[http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ NCURSES Programming HOWTO] | * [http://heather.cs.ucdavis.edu/~matloff/UnixAndC/CLanguage/Curses.pdf Introduction to the Unix Curses Library] | ||
[http://heather.cs.ucdavis.edu/~matloff/UnixAndC/CLanguage/Curses.pdf Introduction to the Unix Curses Library] | |||
===Curses Implementations=== | ===Curses Implementations=== |
Revision as of 08:04, 22 October 2010
Curses | |
---|---|
Library project | |
Developer | Ken Arnold |
Released | |
Updated | |
Status | Stable |
Licensing | |
P. Language | C |
Platforms | Unix |
Dependencies | |
[There is no Official site of Curses] |
Curses is a Text-mode screen handling library originally written by Ken Arnold for Rogue. Since most roguelike games are textmode and, well, roguelike, curses is often used in their development.
Links
Tutorials
Curses Implementations
Ncurses : home page, Ncurses for Ruby
PDCurses : home page
JCurses : home page
TinyCurses