tui

Console based widget toolkit built in Crystal

tui

Console based widget toolkit for building terminal user interfaces

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      tui:
        github: SamualLB/tui
    
  2. 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

  1. Fork it (https://github.com/SamualLB/tui/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

tui

Owner
Statistic
  • 6
  • 2
  • 0
  • 2
  • 4
  • about 3 years ago
  • May 5, 2019
License

MIT License

Links
Synced at

Thu, 25 Apr 2024 20:18:51 GMT

Languages