An MVC framework for terminal applications in golang.
Tuikit uses code, ideas and inspiration from the following projects:
- termbox
- tulib
- walk
- gist:469721
- Some parts of golang itself, such as image's
Point
- A lot of snippets from golang-nuts and Stack Overflow
Thanks to the original authors for making their code available. Without their contributions to open source, tuikit would not have turned out the way it has.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request