TUI Library written in Go
Files | Log | Commits | Refs | README
Author: Sebastian
Date: 2025-09-02
Subject: Update README.md
commit 28ea8511379e68316c7d739489189477452db23e Author: Sebastian <102849993+nyangkosense@users.noreply.github.com> Date: Tue Sep 2 15:28:35 2025 +0200 Update README.md diff --git a/README.md b/README.md index 952f86b..7332cc0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ So I wrote Tinybox. It's one Go file, about 1000 lines. You can read the whole t <img width="1155" height="960" alt="tbox" src="https://github.com/user-attachments/assets/6e07d8de-b129-4b62-97bd-00cde30b1652" /> +<img width="1921" height="960" alt="demo" src="https://github.com/user-attachments/assets/4ed7660e-201c-43d4-9b76-96f925862cad" /> + ## What It Does Tinybox gives you raw terminal access which means you get a grid of cells, you put characters in them, you call Present() to update the screen. That's basically the core of it.