sciapp / gr

GR framework: a graphics library for visualisation applications
Other
329 stars 54 forks source link

Ruby bindings #72

Closed v0dro closed 5 years ago

v0dro commented 5 years ago

We're planning to use GR as a rendering backend for rubyplot.

Would be great to see Ruby bindings ship with GR.

FlorianRhiem commented 5 years ago

Hello Sameer,

I'm glad to hear that you're using GR for rubyplot. I don't think any the current GR developers uses Ruby, so we could not maintain the bindings ourself.

We keep full-fledged bindings/wrappers in seperate projects, e.g. jheinen/GR.jl for Julia or sciapp/python-gr for Python, so they can be developed and released independently of the GR runtime. You could move your bindings to a seperate project, add information on how to use it to the GR documentation and then it'd be on the same level as the other bindings.

v0dro commented 5 years ago

OK no problem.