diff --git a/README.md b/README.md index 93a28d5..ac0c49a 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,10 @@ Simple ui built with [egui] 1. Very simple and easy to use immediate mode UI. #### TUI -[![TUI demo](https://img.youtube.com/vi/3wKILnY0AHU/0.jpg)](https://www.youtube.com/watch?v=3wKILnY0AHU) +[![TUI demo](images/tui_demo.gif)](https://www.youtube.com/watch?v=3wKILnY0AHU) This is just for fun, but it is actually working way better than -I expected. Check the [demo](https://www.youtube.com/watch?v=3wKILnY0AHU). +I expected. Check the [full demo](https://www.youtube.com/watch?v=3wKILnY0AHU). If you have one of these terminals mentioned [in this docs](https://docs.rs/crossterm/0.28.1/crossterm/event/struct.PushKeyboardEnhancementFlags.html) Then you will have a much better experience, since these terminals support detecting button `Release`, normally other terminals don't have this feature, so diff --git a/images/tui_demo.gif b/images/tui_demo.gif new file mode 100644 index 0000000..b7cadfa Binary files /dev/null and b/images/tui_demo.gif differ