Difference between revisions of "Curses library"

From RogueBasin
Jump to navigation Jump to search
m
m
Line 6: Line 6:
|status = Stable
|status = Stable
|licensing =  
|licensing =  
|language =  
|language = [[C]]
|platforms = [[Unix]]
|platforms = [[Unix]]
|site =  
|site =  
Line 27: Line 27:
[http://sourceforge.net/projects/javacurses/ JCurses]<br>
[http://sourceforge.net/projects/javacurses/ JCurses]<br>
[[TinyCurses]]
[[TinyCurses]]
[[Category:Library]]

Revision as of 09:34, 3 June 2009

Curses
Library project
Developer Ken Arnold
Released
Updated
Status Stable
Licensing
P. Language C
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