Curses library

From RogueBasin
Revision as of 14:37, 3 June 2009 by PaulBlay (talk | contribs)
Jump to navigation Jump to search
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]
Ncurses programming guide

Curses Implementations

Ncurses : home page, Ncurses for Ruby
PDCurses : home page
JCurses : home page
TinyCurses