From b4f28dc9e4b0f0bad0059171db1a335f1f554150 Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Sat, 23 Oct 2021 20:48:05 -0400 Subject: [PATCH] add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d792a16 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# termbox2 + +termbox2 is a terminal rendering library that retains the [suckless][0] spirit +of the original [termbox][1] (simple API, no dependencies beyond libc) and adds +some improvements (strict error checking, more efficient escape sequence +parsing, code gen for built-in escape sequences, opt-in support for 32-bit +color, extended grapheme clusters, test suite). termbox2 is organized as a +single file header library, though it is possible to compile it as a +stand-alone shared or static library. + +[0]: https://suckless.org +[1]: https://github.com/termbox/termbox -- 2.39.5