Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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