From 3e16af6a4a9bfe5d711dcef87f9d782fd3517885 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 27 Apr 2020 11:30:27 -0700 Subject: [PATCH] Added links to language APIs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 167ad5a..b239d2a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ 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! +buffering, then this is the library for you! BTUI also has language bindings for +both [Lua](#markdown-header-lua-api) and [Python](#markdown-header-python-api). ![BTUI screenshot](btui.png)