Difference between revisions of "PDCurses"
Jump to navigation
Jump to search
m (Accurately denotate dependencies as optional.) |
(Mention Win32 GDI port.) |
||
Line 14: | Line 14: | ||
In addition to the usual console port, it has at least two graphics mode ports: SDL and X Windows. Mixing either of these with PDCurses parts in an application is possible. | In addition to the usual console port, it has at least two graphics mode ports: SDL and X Windows. Mixing either of these with PDCurses parts in an application is possible. | ||
The is an attempt to port PDCurses to utilize the Win32 GDI functions: http://www.projectpluto.com/win32a.htm. |
Revision as of 06:05, 19 October 2010
PDCurses | |
---|---|
Library project | |
Developer | Mark Hessling, William McBrine |
Released | Sep 01 1987 (1.0) |
Updated | Sep 08 2008 (3.4) |
Status | Stable |
Licensing | Public Domain |
P. Language | C |
Platforms | Windows, Linux, DOS, OS/2 |
Dependencies | SDL (optional), X Windows (optional) |
Official site of PDCurses |
PDCurses is the most common Curses library on Windows and works on many platforms with many compilers.
In addition to the usual console port, it has at least two graphics mode ports: SDL and X Windows. Mixing either of these with PDCurses parts in an application is possible.
The is an attempt to port PDCurses to utilize the Win32 GDI functions: http://www.projectpluto.com/win32a.htm.