![]() |
Ruby Good With Gui?
I was wondering if Ruby is good for creating programs which use Gui. Because im willing to learn this language but I would like to use Ruby to create programs which go to the internet and automaticly do things for you when you click a button.
|
Ruby works with several poopular cross-platform GUI toolkits, including wxWidgets, Qt and GTK. It lags a little behind Python, though (a language similar and often compared to Ruby). wxRuby is only at version 0.6.0, and QtRuby only supports Qt 3 (whilst PyQt now supports Qt 4).
GTK seems the most viable option for a Ruby GUI. |
There is also FxRuby which uses the Fox toolkit, but I haven't looked into it.
Ruby's use of gtk is pretty nice, e.g. :
require 'gtk2'but if you are writing a GUI application, I would still recommend Python over Ruby. |
Yeah, im going to learn Python now because I dont know how to use Rubyscript2exe but I do know how to use py2exe.
|
| All times are GMT -5. The time now is 12:44 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC