Public Domain Curses: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Software | |||
|Picture=Pdc64.png | |||
|Name=PDcurses | |||
|Version=3.6 (Feb 2018) | |||
|Author=[[Mark Hessling]] (Original author)<br />William McBrine (Current maintainer) | |||
|Licence=[[Public domain]] | |||
|WWW=http://pdcurses.sourceforge.net/ | |||
}} | |||
'''Public Domain Curses''' (''PDcurses'') is a public domain [[curses]] library. | |||
What differentiates PD Curses from other such systems is that instead of keeping a database or a list of available and possible screen modes PD Curses uses a driver system which keeps it lighter on resources. In addition to supporting OS/2 and [[MS Windows]] natively and all UNIX like system via an implementation that binds to an X11 server, the PDC library has also been ported to [[SDL]] and can therefore be used or ported easily with any system that has a C compiler and an SDL implementation. | |||
==Version== | ==Version== | ||
''Available in source form only, but with full OS/2 support'' | |||
* 3.4 (2008-09-09) | |||
* 3.6 (2018-02-16) | |||
==Links== | ==Links== | ||
* [ | * [https://www.projectpluto.com/win32a.htm PDCurses modified/extended] | ||
[[Category:C Libraries]][[Category:Software written in C]][[Category:Open Source Software]] | |||
[[Category: |
Latest revision as of 20:33, 17 July 2022
Public Domain Curses | |
---|---|
![]() | |
Name | PDcurses |
Version | 3.6 (Feb 2018) |
Vendor | |
Author | Mark Hessling (Original author) William McBrine (Current maintainer) |
Licence | Public domain |
WWW | http://pdcurses.sourceforge.net/ |
Public Domain Curses (PDcurses) is a public domain curses library.
What differentiates PD Curses from other such systems is that instead of keeping a database or a list of available and possible screen modes PD Curses uses a driver system which keeps it lighter on resources. In addition to supporting OS/2 and MS Windows natively and all UNIX like system via an implementation that binds to an X11 server, the PDC library has also been ported to SDL and can therefore be used or ported easily with any system that has a C compiler and an SDL implementation.
Version
Available in source form only, but with full OS/2 support
- 3.4 (2008-09-09)
- 3.6 (2018-02-16)