Difference between revisions of "Curses library"
Jump to navigation
Jump to search
(How did this get ignored?) |
m (Moved the wikilink out of the "implementations" section...*cough*) |
||
Line 4: | Line 4: | ||
== Links == | == Links == | ||
[http://en.wikipedia.org/wiki/Curses_(programming_library) Curses entry on Wikipedia] | |||
===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]<br> | ||
[http://www.apmaths.uwo.ca/~xli/ncurses.html Ncurses programming guide] | [http://www.apmaths.uwo.ca/~xli/ncurses.html Ncurses programming guide] | ||
===Curses Implimentations=== | ===Curses Implimentations=== | ||
[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 01:14, 27 March 2006
Curses is a Text-mode screen handling library originally written by Ken Arnold for Rogue. Since most roguelike games are textmode and, well, Rogue-like, curses is often used in thier development.
Links
Tutorials
Writing programs with NCURSES [1]
Ncurses programming guide