Difference between revisions of "Curses library"

From RogueBasin
Jump to navigation Jump to search
(→‎Tutorials: - removed broken link; added another link)
Line 19: Line 19:


===Tutorials===
===Tutorials===
[http://www.cs.mun.ca/~rod/ncurses/ncurses.html Writing programs with NCURSES] [http://sunse.jinr.ru/local/ncurses/ncurses-intro.html]<br>
[http://www.cs.mun.ca/~rod/ncurses/ncurses.html Writing programs with NCURSES] [http://sunse.jinr.ru/local/ncurses/ncurses-intro.html]
[http://www.apmaths.uwo.ca/~xli/ncurses.html Ncurses programming guide]
 
[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]


===Curses Implementations===
===Curses Implementations===

Revision as of 05:32, 18 July 2009

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 HOWTO

Introduction to the Unix Curses Library

Curses Implementations

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