Hacker News new | ask | show | jobs
Show HN: 7guis TUI implemented in Go using tview (github.com)
27 points by letientai299 1443 days ago
3 comments

I'm curious: How does tview perform vs gocui[1], that is used for lazydocker[2] and lazygit[3]? I know gocui is less active and has it's caveats, but I would like to know your opinion... thanks.

[1]: https://github.com/jroimartin/gocui

[2]: https://github.com/jesseduffield/lazygit

[3]: https://github.com/jesseduffield/lazydocker

Very cool - thank you for sharing. I like the idea of task-based benchmarking for UI toolkits, and I'm also happy to see more tview code for me to study.
Does anyone know if tview (or a subset of it) be used from scripting languages?