tui
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 library
TODO: 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
Repository
tui
Owner
Statistic
- 6
- 2
- 0
- 2
- 4
- over 3 years ago
- May 5, 2019
License
MIT License
Links
Synced at
Thu, 21 Nov 2024 06:21:32 GMT
Languages