MohsinHijazee wrote: > Hi! > Which GUI library you would recommend to use? > > Ruby-GTK or FXRuby? > > With respect to: > * Which one is widely use in ruby community? I've never seen any statistics on this. I suspect that there aren't all that many Ruby GUI applications. > * Which one is easier? I think Shoes is probably the easiest to use. > * Which one is considered more 'rubiysh' by ruby enthusiats. I mean > which one is considered more internal to Ruby? They are pretty much all derived from C/C++ toolkits except Ruby/Tk, which is derived from Perl/Tk, which in turn is derived from Tcl/Tk. I think Shoes is probably the most "Rubyish" of the bunch. Certainly wxRuby, QtRuby, FXruby and Ruby-GTK are all layered on top of C/C++ libraries.