Updated wording
This commit is contained in:
parent
f0b8b8c0a4
commit
621fb3620b
17
README.md
17
README.md
@ -1,17 +1,18 @@
|
||||
# BTUI - Bruce's Text User Interface Library
|
||||
|
||||
BTUI is a minimal, embeddable single header file alternative to bloatware like
|
||||
ncurses. BTUI aims to be less than 1% the size of ncurses, while also providing
|
||||
a better API for the programmer who is not afraid to roll up their sleeves and
|
||||
manage their own state. If you want a drop-in TUI library that lets you switch
|
||||
into TUI mode, write some strings to the screen with 24-bit color, and get user
|
||||
keypresses, then this is the library for you!
|
||||
BTUI is a minimal, embeddable, single-header-file Text User Interface (TUI)
|
||||
library and alternative to bloatware like ncurses. BTUI aims to be less than 1%
|
||||
the size of ncurses, while also providing a better API for the programmer who
|
||||
is not afraid to roll up their sleeves and manage their own state. If you want
|
||||
a drop-in TUI library that lets you switch into TUI mode, write some strings to
|
||||
the screen with 24-bit color, and get user keypresses in real-time without line
|
||||
buffering, then this is the library for you!
|
||||
|
||||

|
||||
|
||||
Note: Currently, BTUI is somewhere between 0.5% and 0.1% the size of ncurses,
|
||||
but even *counting the number of lines of code in ncurses* is hard.
|
||||
|
||||

|
||||
|
||||
## Cleanup by Default
|
||||
|
||||
Once BTUI is enabled, you can manually disable TUI Mode (e.g. if you want to
|
||||
|
Loading…
Reference in New Issue
Block a user