Skip to content

Commit 51c3285

Browse files
committed
feat: Update README.md add a GIF demo
1 parent 5732af0 commit 51c3285

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/archives
22
/build/
33
/external/
4-
/docs
54
/log.txt
65
debug_log.txt

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
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-
7+
![Demo of TUIKit in action](docs/example_1.gif)
128

139
## 🧩 Core Principles (Qt-like Philosophy)
1410

docs/example_1.gif

11.1 MB
Loading

0 commit comments

Comments
 (0)