Difference between revisions of "Curses library"
Jump to navigation
Jump to search
m (Typo,:spelling) |
m (spelling tweak) |
||
Line 10: | Line 10: | ||
[http://www.apmaths.uwo.ca/~xli/ncurses.html Ncurses programming guide] | [http://www.apmaths.uwo.ca/~xli/ncurses.html Ncurses programming guide] | ||
===Curses | ===Curses Implementations=== | ||
[http://www.gnu.org/software/ncurses/ncurses.html NCurses]<br> | [http://www.gnu.org/software/ncurses/ncurses.html NCurses]<br> | ||
[http://ncurses-ruby.berlios.de/ NCurses for Ruby]<br> | [http://ncurses-ruby.berlios.de/ NCurses for Ruby]<br> | ||
[http://pdcurses.sourceforge.net/ PDCurses] | [http://pdcurses.sourceforge.net/ PDCurses] |
Revision as of 02:03, 16 May 2008
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
Tutorials
Writing programs with NCURSES [1]
Ncurses programming guide