6 ms·
Counterpoint: Build more TUIs in Rust using Ratatui: https://ratatui.rs/ https://ratatui.rs/ Why? Because just look at the examples on that page.
by FabCH 26d ago
Counterpoint: Build more TUIs in Rust using Ratatui: https://ratatui.rs/ https://ratatui.rs/
Why? Because just look at the examples on that page.
- blooalien 26d agoOr for those coding in Python there's Textual: https://textual.textualize.io/ https://textual.textualize.io/ Or for Go coders there's BubbleTea: https://github.com/charmbracelet/bubbletea https://github.com/charmbracelet/bubbletea Why? Because TUI!
- wiseowise 25d ago> Textual Please, don't. One of the main benefits of TUI is being able to freely copy text, I hate opening Textual application and being dropped into this canvas like state.
- olejorgenb 25d agoA workaround is to use shift + mouse drag to enter terminal native selection mode. (Works in most terminals I believe)
- frollogaston 24d agoThat's fine until what you need to copy gets extra line-breaks inserted
- ChickeNES 25d agoHeh, I have one in C23 with Ruby, Python, Go, and JS bindings...may have gone overboard. Not going to publish though until I have dogfooded it enough though :P
- intelkishan 25d agoYeah Textual, is pretty good. I have been building a CYOA(Choose-your-own-adventure) game using it
- arxari 25d agoLook at the dependencies in the cargo.toml file.
- FabCH 25d agoI don't really understand this comment. Anything in particular I should be looking for?
- swader999 25d agoYou had me at the name. Love that movie.
- eviks 25d agoLooked and see all the same awfulness expected of a textual interfaces where drawing a vertical line is not trivial, so many have gaps instead because they don't know they need a different character Or where the gaps between elements is huge because your min width is bounded by a char. Etc.
- cpach 25d agoIMHO those screenshots look far from enticing. I guess it’s a matter of taste ¯\_(ツ)_/¯
- FabCH 25d agoVisual things often are. I love the visual style. It's especially interesting to set the colour scheme to the orange/yellow glow of reaaaly old school terminals.