Skip to content

Commit ac643a4

Browse files
committed
showcase examples in README.md
1 parent fcd0ae3 commit ac643a4

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
TUI library with a Rust rendering core, built for interactive full-screen terminal apps. Performance of `ratatui`, ecosystem of TypeScript. No more `Ink`. Written from scratch.
44

5-
![](./demo.png)
6-
![](./demo-2.png)
5+
<img src="./examples/demo-1.png" width="49%"><img src="./examples/demo-2.png" width="49%" align="right">
6+
<img src="./examples/demo-3.png" width="49%"><img src="./examples/demo-4.png" width="49%" align="right">
77

88
Demo video:
99

demo-2.png

-1.85 MB
Binary file not shown.

demo.png

-1.16 MB
Binary file not shown.

dump/metrics.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
238fps | 4.2ms avg (0.7-5.8, p99:5.6) | 10MB | 70 frames
2-
serialize: 0.6ms (0.2-1.8) [tree→rust]
3-
textSync: 0.6ms (0.2-1.8, p99:1.5) | ops:5 avg 128 max | bytes:119.8 avg 1548 max
4-
rust: 1.8ms (0-3.1) [layout+paint]
5-
sync: 0.3ms (0.1-0.6) [frames→JS]
6-
flush: 0.1ms (0-0.8) [terminal I/O]
1+
157fps | 6.4ms avg (2.1-9.7, p99:9.7) | 49MB | 187 frames
2+
serialize: 0.7ms (0.2-1.3) [tree→rust]
3+
textSync: 0.7ms (0.2-1.3, p99:1.3) | ops:2 avg 2 max | bytes:86.1 avg 88 max
4+
rust: 3.3ms (1.3-4.8) [layout+paint]
5+
sync: 0.3ms (0.1-0.7) [frames→JS]
6+
flush: 0.6ms (0.3-0.9) [terminal I/O]

examples/demo-1.png

1.07 MB
Loading

examples/demo-2.png

395 KB
Loading

examples/demo-3.png

1.13 MB
Loading

examples/demo-4.png

578 KB
Loading

0 commit comments

Comments
 (0)