-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|406|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Link Home -> Help/Tutorials


 
HoboBen
Created : 14 July 2007
 

Linux Ruby GUI Programming

Great how-to video

https://www.youtube.com/watch?v=PXpwC1o5AcI
This I thought really helped me understand how to get started.

Yeay, Ubuntu!

 

Comments


Sunday, 15 July 2007, 00:03
HoboBen
Thanks to that...

Two Seconds Later
Thursday, 19 July 2007, 08:41
JL235
You could also try JRuby with Swing. Version 1 of JRuby is out and there will be a Ruby pack to be shipped with NetBeans 6. I've read JRuby allows seamless use of Java code in Ruby syntax.

Although JRuby isn't as fast as normal Ruby, but for applications that shouldn't be a problem. Even then you could always write the slow code in Java and the rest in Ruby. I might do that in the future.
Friday, 20 July 2007, 10:37
HoboBen
Sounds interesting, but yet more to learn!

Cool idea though. Cheers.