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