Difference between revisions of "PDCurses"

From RogueBasin
Jump to navigation Jump to search
(Version update)
m (www.pdcurses.org -> pdcurses.org (www gives SSL error))
 
Line 8: Line 8:
|language = [[C]]
|language = [[C]]
|platforms = [[Windows]], [[Linux]], [[DOS]], [[OS/2]]
|platforms = [[Windows]], [[Linux]], [[DOS]], [[OS/2]]
|site = https://www.pdcurses.org/
|site = https://pdcurses.org/
}}
}}



Latest revision as of 21:59, 11 March 2019

PDCurses
Library project
Developer Mark Hessling, William McBrine
Released Sep 01 1987 (1.0)
Updated Feb 14 2018 (3.6)
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 three graphics mode ports: SDL1, SDL2 and X11. 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.