Project

rbhex

0.0
No commit activity in last 3 years
No release in over 3 years
rbhex is a toolkit for building ncurses applications for text terminals in Ruby. This is the meta-gem for rbhex.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 10.3

Runtime

= 1.1.0.alpha6
= 1.1.0.alpha6
 Project Readme

rbhex

rbhex is a toolkit for building ncurses applications for text terminals in Ruby.

This is the meta-gem for rbhex, currently only containing the rbhex-core gem.

Installation

Add this line to your application's Gemfile:

gem 'rbhex'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rbhex

Components

  • rbhex-core
    Contains the core widgets and infrastructure of the rbhex toolkit
  • rbhex-extras (planned)
    Extras for rbhex, including base application classes to get up and running quickly.
  • rbhex-spies (planned)
    Adds spies to your ncurses application. An example use could be monitoring the status of a web API.

rbcurse

This project is a continuation/fork of rkumar's rbcurse. rbcurse is no longer maintained as of March 2014.