mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #107] Example for gif shown on ReadMe #83
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @murphy214 on GitHub (Apr 27, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/107
Hello,
I was reading through the documentation / demos and couldn't find the application shown in the gif on the read me I realize a lot of the demos or examples are components themselves but I kind of wanted to see how all the apis work from a top level so I could have something to go from.
I realize I should probably just dive deeper into the documentation but it would be nice to have one or two examples where higher level features interface with primitives like a table within a grid or flex table, rather than simply showing how to instance a grid or flex table.
It could already exist somewhere but the demo png or image wasn't what I was expecting so apologies in advance if so.
Thanks in advance
@rivo commented on GitHub (May 2, 2018):
Apologies for the late reply. The application shown in the animated GIF can be found in the
demos/presentation/directory.You'll also find an example of an "application" here: https://github.com/rivo/tview/wiki/Postgres It's not the greatest architecture but I believe it shows what you are looking for.
@biax commented on GitHub (Aug 1, 2019):
Hi I'm trying to get the presentation example to work
I get a lot of undefined errors. Sorry I'm new in go and am trying to use the presentation to learn.
@rivo commented on GitHub (Aug 1, 2019):
I'm not sure what you do and you're not providing any error message so I'm not sure I can help.
go run demos/presentation/*.goshould start the presentation.@biax commented on GitHub (Aug 3, 2019):
"go run ." Came across that eventually, should be similar to yours.
Do you know of anything written on github that use tview module? Especially an oldschool style menu-based program. Would like to use that for learning.
@rivo commented on GitHub (Aug 7, 2019):
I would assume most users who write issues here are using it for their projects. Some have posted screenshots in the past. I haven't been tracking its use but if you happen to make a list of popular projects that use
tview, post it here. I might even include it in the project README.@Bios-Marcel commented on GitHub (Aug 7, 2019):
@rivo Could just make a list and let people PR their projects in
@biax commented on GitHub (Aug 7, 2019):
@rivo You're quite on point. The presentation does appeal in visual demonstration but lacks the structure of a typical oldschool[menu] program, which I'm hoping to study. I am reasonable in scripting but have recently found the need to learn a proper language, so what better than go-lang coupled with tview, which does seem to at least make the TUI portion a lot easier.
(BTW, no tabs?)
Is there a tview community anywhere? Say discord | slack or similar? I don't want to litter github with issues that aren't exactly issues but more like questions.
@biax commented on GitHub (Aug 7, 2019):
https://github.com/rivo/tview/network/dependents
It's hard for me to believe that there are no projects that depends on tview.