https://github.com/rexim/imtui-rs-prototype
Immediate TUI library prototype
https://github.com/rexim/imtui-rs-prototype
Last synced: 10 months ago
JSON representation
Immediate TUI library prototype
- Host: GitHub
- URL: https://github.com/rexim/imtui-rs-prototype
- Owner: rexim
- License: mit
- Created: 2021-06-04T18:52:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T06:14:03.000Z (about 5 years ago)
- Last Synced: 2025-04-18T00:56:50.618Z (about 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImTui
Immediate TUI library prototype. It's like [Dear ImGui](https://github.com/ocornut/imgui) but for the ncurses-like terminal applications.
## Quick Start
```console
$ cargo run
```