Skip to content

Partial implementation of the Ruby cursus library developed to run with jRuby and Java/Swing.

License

Notifications You must be signed in to change notification settings

jeanlazarou/jruby_curses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JRubyCurses

Partial implementation of the Ruby curses library developed to run with jRuby and Java/Swing.

Installation

Add this line to your application's Gemfile:

gem 'jruby_curses'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jruby_curses

Usage

require 'curses'

Then use the curses' APIs with the hope it is implemented...

The gem name is "jruby_curses" but the client code requires "curses" so that it can the code is compatible with RMI native curses.

Contributing

  1. Fork it
  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 new Pull Request

About

Partial implementation of the Ruby cursus library developed to run with jRuby and Java/Swing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages