Curses library
Revision as of 05:32, 18 July 2009 by Jaydg (talk | contribs) (→Tutorials: - removed broken link; added another link)
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
Curses entry on Wikipedia Curses manual
Tutorials
Writing programs with NCURSES [1]
Introduction to the Unix Curses Library
Curses Implementations
Ncurses : home page, Ncurses for Ruby
PDCurses : home page
JCurses : home page
TinyCurses