You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 month ago | |
|---|---|---|
| .. | ||
| Kconfig | 1 month ago | |
| Make.defs | 1 month ago | |
| Makefile | 1 month ago | |
| README.md | 1 month ago | |
| charset_main.c | 1 month ago | |
| firework_main.c | 1 month ago | |
| newdemo_main.c | 1 month ago | |
| panel_main.c | 1 month ago | |
| rain_main.c | 1 month ago | |
| testcurs_main.c | 1 month ago | |
| tui.c | 1 month ago | |
| tui.h | 1 month ago | |
| tui_main.c | 1 month ago | |
| worm_main.c | 1 month ago | |
| xmas_main.c | 1 month ago | |
README.md
Examples / pdcurses PDCurses Demos
This directory contains demonstration programs to show and test the capabilities
of pdcurses 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. There are no dependencies besides curses and the standard C library, and no configuration is needed.
Distribution Status
Public Domain, except for rain_main.c and worm_main.c, which are under the
ncurses license (MIT-like).