Skip to content

Commit 5732af0

Browse files
committed
feat: Add example video to README.md and include video tag
1 parent bd3cc08 commit 5732af0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Based on [FTXUI](https://github.com/ArthurSonzogni/FTXUI), TUIKit is a modern C++ framework designed to build rich and interactive Terminal User Interfaces (TUIs). Inspired by the simplicity and power of the Qt framework, TUIKit aims to provide a familiar development experience for creating command-line applications, especially suited for scientific and engineering projects.
66

7+
<video width="640" height="480" controls>
8+
<source src="docs/example_1.mp4" type="video/mp4">
9+
Your browser does not support the video tag.
10+
</video>
11+
12+
713
## 🧩 Core Principles (Qt-like Philosophy)
814

915
* **Hierarchical Widgets:** Utilize a structured hierarchy of UI components (`TUIWidget`, `TUIForm`, `TUIMenu`, etc.).

docs/example_1.mp4

2.12 MB
Binary file not shown.

0 commit comments

Comments
 (0)