tree: 2eb001225c7af6fd9af869f691af463e881e35b4 [path history] [tgz]
  1. charset_main.c
  2. firework_main.c
  3. Kconfig
  4. Make.defs
  5. Makefile
  6. newdemo_main.c
  7. panel_main.c
  8. rain_main.c
  9. README.md
  10. testcurs_main.c
  11. tui.c
  12. tui.h
  13. tui_main.c
  14. worm_main.c
  15. xmas_main.c
examples/pdcurses/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).