Difference between revisions of "PDCurses"

From RogueBasin
Jump to navigation Jump to search
(Created page with '{{library| name = PDCurses |developer = Mark Hessling, William McBrine |released = Sep 01 1987 (1.0) |updated = Sep 08 2008 (3.4) |dependencies = SDL |status = Stable…')
 
m (www.pdcurses.org -> pdcurses.org (www gives SSL error))
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|developer = [[Mark Hessling]], [[William McBrine]]
|developer = [[Mark Hessling]], [[William McBrine]]
|released = Sep 01 1987 (1.0)
|released = Sep 01 1987 (1.0)
|updated = Sep 08 2008 (3.4)
|updated = Feb 14 2018 (3.6)
|dependencies = [[SDL]]
|dependencies = [[SDL]] (optional), X Windows (optional)
|status = Stable
|status = Stable
|licensing =  Public Domain  
|licensing =  Public Domain  
|language = [[C]]
|language = [[C]]
|platforms = [[Windows]], [[Linux]], [[DOS]], [[OS/2]]
|platforms = [[Windows]], [[Linux]], [[DOS]], [[OS/2]]
|site = http://pdcurses.sourceforge.net/
|site = https://pdcurses.org/
}}
}}


PDCurses is the most common Curses library on Windows and works on many platforms with many compilers.  
PDCurses is the most common Curses library on Windows and works on many platforms with many compilers.  


It offers a SDL port which allows existing applications to run in graphics mode. Mixing SDL and PDCurses parts in an application is possible.
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.

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.