tinybox

TUI Library written in Go

Files | Log | Commits | Refs | README


939e65d

Author: Sebastian

Date: 2025-09-02

Subject: Update README.md

Diff

commit 939e65d8b467b37c6c2529f5c99e8c09944f9b46
Author: Sebastian <102849993+nyangkosense@users.noreply.github.com>
Date:   Tue Sep 2 12:06:25 2025 +0200

    Update README.md

diff --git a/README.md b/README.md
index c31e2ce..5621dbf 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ I needed a simple way to build terminal interfaces in Go. Everything out there w
 
 So I wrote tinybox. It's one Go file, about 1000 lines. You can read the whole thing in an afternoon. Copy it into your project and modify it however you want. No dependencies, no build systems, no package managers.
 
+<img width="1278" height="372" alt="tb" src="https://github.com/user-attachments/assets/f2f2ea78-cbbb-49b9-a4e8-76ae04b259de" />
+
 ## What It Does
 
 Tinybox gives you raw terminal access. You get a grid of cells, you put characters in them, you call Present() to update the screen. That's the core of it. 
@@ -37,4 +39,4 @@ make
 ```
 ```
 ./example
-```
\ No newline at end of file
+```