LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Ruby Gui Toolkit -- Is there any left ? (https://www.linuxquestions.org/questions/programming-9/ruby-gui-toolkit-is-there-any-left-4175536270/)

thomas94 03-10-2015 05:00 AM

Ruby Gui Toolkit -- Is there any left ?
 
Hi, im looking for a ruby gui toolkit, just something basic, doesn't have to be feature rich.

I've looked here....
http://stackoverflow.com/questions/2...brary-for-ruby
http://en.wikibooks.org/wiki/Ruby_Pr...oolkit_Modules

But everything seems to be no longer supported. The best i could find was 'shoes'. But that's still being developed and from reports is extremely buggy. Was just asking if anyone knew of any that are still active. It seems like python might be the only way to go for gui development :(

Thanks for your time.

cepheus11 03-11-2015 02:22 PM

I did something small with Tk a year ago (only canvas and lines/polygons), but it no longer runs - some ruby update swallowed the Tk bindings.

http://rubylearning.com/satishtalim/..._tutorial.html
http://www.tkdocs.com/tutorial/index.html

a4z 03-12-2015 02:02 AM

KDE has bindings, Qtruby
https://techbase.kde.org/Development/Languages/Ruby

fxruby seems to be actual and still in development
https://github.com/larskanis/fxruby

there are also the jruby , it can use java UI things


All times are GMT -5. The time now is 06:03 PM.