Linux GUI Programming with Ruby

Back


Howto (mostly) visually code GUI application on Linux using Ruby and Glade.

If you're a Visual xxxxx programmer, this might make Linux look a bit more approachable.

Channel: Howto & Style
Uploaded: May 21, 2007 at 10:23 pm
Author: rohanr2

Length: 00:09:56
Rating: 4.63
Views: 45736

Tags: Ruby Linux Ubuntu Programming GUI

Video Comments:
OnizukaSempai (July 23, 2007 at 2:59 pm)
Awsome stuff man!
Only complaint i have is: Can't you press the keys a bit
softer?, it gets annyoing after awhile.
JonasJabs (July 5, 2007 at 10:36 am)
thank you for this info!
ultrajumboshrimp (July 5, 2007 at 9:08 am)
it's pronounced oo-BOON-too not oo-BUN-too (and it's 7.04, by the way) - but great video anyway.
Zombie2314 (June 29, 2007 at 9:14 am)
Awsome =D
tylerjwilk (June 2, 2007 at 4:10 pm)
Rohanr2, nice vid thanks. I have to ask though.. What IDE is that your using to write your Ruby code ?
rohanr2 (June 2, 2007 at 5:19 pm)
Hi tylerjwilk,

I am using Eclipse with my Afae (multi-language textmate wanna be) plugin. Eclipse dot org and afae dot robrohan dot com.
44no44 (May 27, 2007 at 2:52 pm)
good work, thanks a lot :)
falazarte (May 26, 2007 at 5:26 pm)
That's what I was looking for!!!!!! Thank you so much for taking time to do this video.
everamzah (May 23, 2007 at 10:34 am)
chaperonnoir: ya plus the command line is generally a faster method of getting things done anyway.
rohanr2 (May 22, 2007 at 1:15 pm)
Thanks for the comment ChaperonNoir. Just to clarify, it doesn't actually compile anything, the command line bit just makes a template with with the needed callbacks for the UI events. You could type that file by hand if you wanted to.