Curses library

From RogueBasin
Revision as of 18:00, 2 February 2011 by Jaydg (talk | contribs) (Removed Tinycurses; added D bindings for Ncurses)
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 text-mode and, well, roguelike, curses is often used in their development.

Links

Tutorials

Curses Implementations