example book chapters #785

This commit is contained in:
nick black 2021-01-05 20:02:20 -05:00
parent 1218e8fb7f
commit 38f472c3b0
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
16 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,17 @@
# Summary # Summary
- [Chapter 1](./chapter_1.md) - [Basics](./basics.md)
- [Direct mode](./directmode.md)
- [Fullscreen mode](./fullscreen.md)
- [Writing text](./writetext.md)
- [Colors](./colors.md)
- [Drawing boxes](./boxes.md)
- [Reading input](./input.md)
- [Planes and transparency](./planes.md)
- [Selector widgets](./selectors.md)
- [Menus](./menus.md)
- [Plots and progress bars](./plots.md)
- [Rendering media](./media.md)
- [Subprocesses](./fdwidget.md)
- [The reader widget](./reader.md)
- [Reels](./reels.md)

View File

@ -1,4 +1,4 @@
# Chapter 1 # Basics
Notcurses is a library for terminal applications—programs which do not require Notcurses is a library for terminal applications—programs which do not require
a GUI environment, and write output as cells rather than pixels. Within a GUI a GUI environment, and write output as cells rather than pixels. Within a GUI

View File

@ -0,0 +1 @@
# Boxes

View File

@ -0,0 +1 @@
# Colors

View File

@ -0,0 +1 @@
# Direct mode

View File

@ -0,0 +1 @@
# Subprocesses

View File

@ -0,0 +1 @@
# Fullscreen mode

View File

@ -0,0 +1 @@
# Reading input

View File

@ -0,0 +1 @@
# Rendering media

View File

@ -0,0 +1 @@
# Menus

View File

@ -0,0 +1 @@
# Planes and transparency

View File

@ -0,0 +1 @@
# Plots and progress bars

View File

@ -0,0 +1 @@
# The reader widget

View File

@ -0,0 +1 @@
# Reels

View File

@ -0,0 +1 @@
# Selector widgets

View File

@ -0,0 +1 @@
# Writing text