Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o authored Nov 10, 2024
1 parent 337bc80 commit b1269ba
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,7 @@

It is a text-based application where the entire user interface is represented by a mosaic of text cells forming a TUI matrix. The resulting TUI matrix is ​​just rendered either into its own GUI window or into a compatible text console.

```mermaid
graph TB
subgraph GUI[Native GUI Window]
subgraph TUI[TUI Matrix]
subgraph DESK[Desktop]
direction LR
subgraph APP1[Application]
direction LR
App1[Application UI]
end
subgraph APP2[Application]
direction LR
App2[Application UI]
end
end
end
end
subgraph GUI2[Generic Text Console]
subgraph TUI2[TUI Matrix]
subgraph DESK2[Desktop]
direction LR
subgraph APP21[Application]
direction LR
App21[Application UI]
end
subgraph APP22[Application]
direction LR
App22[Application UI]
end
end
end
end
subgraph GUI3[Native GUI Window]
subgraph TUI3[TUI Matrix]
subgraph APP33[Application]
direction LR
App33[Application UI]
end
end
end
```

It can run indefinitely nested, forming a text-based desktop environment.
It can wrap any console application and be nested indefinitely, forming a text-based desktop environment.

<a href="https://www.youtube.com/watch?v=kofkoxGjFWQ">
<img width="400" alt="Demo on YouTube" src="https://user-images.githubusercontent.com/11535558/146906370-c9705579-1bbb-4e9e-8977-47312f551cc8.gif">
Expand Down

0 comments on commit b1269ba

Please sign in to comment.