SciRuby / sciruby

Tools for scientific computation in Ruby
http://gems.sciruby.com
Other
995 stars 80 forks source link

SciRuby::Plotter alternate UI library bindings (JRuby, MacRuby, etc.) #7

Closed translunar closed 9 years ago

translunar commented 13 years ago

Plotter is currently written using green shoes, which requires a number of external libraries. As a result, it probably doesn't work in JRuby, MacRuby, or really anywhere other than MRI.

Additionally, green_shoes is known to not work with macruby.

The short term solution:

The long term solution:

vpereira commented 11 years ago

one interesting approach would, on jruby, environment to support shoes4 https://github.com/shoes/shoes4/

shoes4 should support the same DSL than green shoes does.