example book chapters #785

pull/1280/head
nick black 4 years ago
parent 1218e8fb7f
commit 38f472c3b0
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1,3 +1,17 @@
# 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)

@ -1,4 +1,4 @@
# Chapter 1
# Basics
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

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

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

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

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

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

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

@ -0,0 +1 @@
# Selector widgets
Loading…
Cancel
Save