rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
10.99k stars 571 forks source link

How do I combine termui with tview #543

Closed toxicaker closed 3 years ago

toxicaker commented 3 years ago

Hi. I want to draw chart by using tview. But it doesn't have such widgets. How do I combine https://github.com/gizak/termui with tview framework?

rivo commented 3 years ago

Check out #11 for some initial ideas. Let me know if you have any success implementing this.