• Top
  • New

Show HN: 7guis TUI implemented in Go using tview

by letientai299 on 7/9/2022, 8:51:58 AM with 3 comments
  • by sandreas on 7/10/2022, 2:55:50 AM

    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

  • by chazu on 7/9/2022, 3:44:49 PM

    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.

  • by mthoms on 7/9/2022, 7:29:18 PM

    Does anyone know if tview (or a subset of it) be used from scripting languages?