#need of a tui library that i can use to display graphs. something like this.
41 messages · Page 1 of 1 (latest)
You can use tview but it doesn't have a graph component, you'd have to make it yourself using characters like /—\| and the like
if your terminal supports the kitty image protocol you could have images directly
there are better unicode char to use than / \ etc btw if going that route
Yes, I found tview recently and it was amazing cause Go has such a cool project for tui!
I want it to work uniformly on majority of terminals, let it be gnome's one, konsole , window's default terminal or even mac's one
see the sshot in https://github.com/fortio/tclock?tab=readme-ov-file#tclock
my own lib
i see
its nice
ig i'll be looking for other ways
thanks for the help. hope you'll have a fine day ahead !!
this is probably what you’re looking for
@heavy tangle
wow it looks so sleek
yes
thank you for that, is this your own lib?
its much more performant than bubbletea
no
but i have used this before
ahh oke
np, you too
i've look at these before and they are pretty cool
+1
if your goal is to display charts inline without going into alt mode, tview may not be the right choice
but other than that, go with tview and be happy
or make a newcomer (ansipixels) better 🙂
does it integrate well with tcell?
no it's its own low level library
oh
Does it have charts?