tinybox

Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/tinybox.git

Update README.md

Commit 939e65d8b467b37c6c2529f5c99e8c09944f9b46 by Sebastian <102849993+nyangkosense@users.noreply.github.com> on 2025-09-02 12:06:25 +0200
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
+```