Curses library

From RogueBasin
Revision as of 09:34, 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
Platforms Unix
Dependencies
[ 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

Tutorials

Writing programs with NCURSES [1]
Ncurses programming guide

Curses Implementations

NCurses
NCurses for Ruby
PDCurses
JCurses
TinyCurses