xiuos3/Ubiquitous/Nuttx/apps/examples/pdcurses
TangYiwen123 804bd57aa0 Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
..
Kconfig Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Make.defs Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Makefile Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
README.md Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
charset_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
firework_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
newdemo_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
panel_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
rain_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
testcurs_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tui.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tui.h Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tui_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
worm_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
xmas_main.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00

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).