tui
Console based widget toolkit for building terminal user interfaces
Installation
- 
Add the dependency to your shard.yml:dependencies: tui: github: SamualLB/tui
- 
Run shards install
Usage
require "tui"
# require one of the following backends
require "tui/backend/ncurses" # requires ncurses library
require "tui/backend/termbox" # requires lib_termbox libraryTODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/SamualLB/tui/fork)
- 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 a new Pull Request
Contributors
- Samual Black - creator and maintainer