Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emeric-martineau/govision
Text User Interface inspired by TurboVision and Windows
https://github.com/emeric-martineau/govision
Last synced: 16 days ago
JSON representation
Text User Interface inspired by TurboVision and Windows
- Host: GitHub
- URL: https://github.com/emeric-martineau/govision
- Owner: emeric-martineau
- License: apache-2.0
- Created: 2020-05-03T15:38:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T19:46:20.000Z (over 4 years ago)
- Last Synced: 2024-11-06T00:16:33.960Z (2 months ago)
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoVision
Text User Interface inspired by TurboVision and Windows writing in pure GO build
on top of great [TCell](https://github.com/gdamore/tcell) library.GoVision works by message.
## Why another library ?
Mmm... good question. When I was young, I'm fan of Borland TurboPascal and
[TurboVision](https://en.wikipedia.org/wiki/Turbo_Vision) and
[Visual Basic](https://en.wikipedia.org/wiki/Visual_Basic) 1.0 for MS-DOS.I'm also love how Windows works for GUI, by using message.
## Installation
```
go get -u github.com/emeric-martineau/govision
```## Documentation
## Standard component library
## Screenshots
## License
Apache License 2.0
## Other same library
* https://github.com/jroimartin/gocui
* https://github.com/VladimirMarkelov/clui (clone of TurboVision)
* https://github.com/rivo/tview
* https://github.com/gizak/termui