golang 的 TUI 及 GUI 库

interactive prompt library:

abiosoft/ishell                           https://github.com/abiosoft/ishell                                 Library for creating interactive cli applications.

manifoldco/promptui                  https://github.com/manifoldco/promptui

c-bata/go-prompt                       https://github.com/c-bata/go-prompt

AlecAivazis/survey                     https://github.com/AlecAivazis/survey

TUI (Text-based User Interface):

gizak/termui

jroimartin/gocui

nsf/termbox-go

gdamore/tcell

VladimirMarkelov/clui

cznic/wm

marcusolsson/tui-go

termloop

rivo/tview

GUI:

https://github.com/avelino/awesome-go#gui

原文地址:https://www.cnblogs.com/welhzh/p/9075578.html