Skip to content

Files

demos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 5, 2016
Jun 5, 2021
Oct 30, 2022
Jul 30, 2024
Apr 29, 2022
Dec 27, 2020
Jul 15, 2024
Jul 23, 2023
Jul 30, 2024
Jul 30, 2024
Jul 25, 2023
Oct 15, 2024
Mar 18, 2024
Jul 5, 2023
Dec 27, 2020
Sep 8, 2022
Jul 5, 2023
Jan 22, 2025
Feb 12, 2025
Oct 1, 2021
Jun 20, 2015
Dec 27, 2020
May 25, 2023
Apr 23, 2024
Jul 4, 2023
Dec 27, 2020

PDCurses Demos

This directory contains demonstration programs to show and test the capabilities of curses libraries. Some of them predate PDCurses, PCcurses or even pcurses/ncurses. Although some PDCurses-specific code has been added, all programs remain portable to other implementations (at a minimum, to ncurses).

Building

The demos are built by the platform-specific makefiles, in the platform directories. Alternatively, you can build them manually, individually, and link with any curses library; e.g., "cc -lcurses -orain rain.c". There are no dependencies besides curses and the standard C library, and no configuration is needed.

Distribution Status

Public Domain, except for rain.c and worm.c, which are under the ncurses license (MIT-like).