5 Replies - 3698 Views - Last Post: 12 September 2011 - 12:28 PM Rate Topic: -----

Topic Sponsor:

#1 xclite  Icon User is offline

  • LIKE A BOSS
  • member icon


Reputation: 528
  • View blog
  • Posts: 2,536
  • Joined: 12-May 09

GUI Toolkit

Post icon  Posted 08 September 2011 - 09:43 AM

I know a lot of people in this forum use Ruby for Rails, and all of my challenges have been command line programs.

Does anybody have a favorite GUI toolkit they use for Ruby? Shoes is in a sort of limbo, TK is often described as inadequate, QT exists, and there's always JRuby + Swing. Any preferences or suggestions for a good or useful GUI library?
Is This A Good Question/Topic? 1
  • +

Replies To: GUI Toolkit

#2 Skaggles  Icon User is offline

  • the beared one
  • member icon


Reputation: 173
  • View blog
  • Posts: 570
  • Joined: 01-March 09

Re: GUI Toolkit

Posted 08 September 2011 - 02:21 PM

I was just considering this very question. I haven't bothered developing GUI applications with Ruby yet, because if I would go that route, I'd probably use another language better suited for the task. I'm also curious as to any suggestions or thoughts on GUI programming with Ruby.
Was This Post Helpful? 0
  • +
  • -

#3 Sergio Tapia  Icon User is offline

  • Is that a raincoat?
  • member icon

Reputation: 1012
  • View blog
  • Posts: 3,816
  • Joined: 27-January 10

Re: GUI Toolkit

Posted 08 September 2011 - 02:26 PM

I feel the same way, if I need a client GUI I don't use Ruby. Which is a shame, but it's honestly the most pragmatic solution for me.

I wish I could get paid for Rails sites, but the Bolivian market for it is non existant. For now I toy with it in scripts.
Was This Post Helpful? 0
  • +
  • -

#4 xclite  Icon User is offline

  • LIKE A BOSS
  • member icon


Reputation: 528
  • View blog
  • Posts: 2,536
  • Joined: 12-May 09

Re: GUI Toolkit

Posted 08 September 2011 - 05:22 PM

I have a different problem - there's tons of market for Rails in the USA but I don't really enjoy web programming. I think my current route is going to be to use JRuby to import Swing stuff since Swing is mature. It makes deployment easier anyway. It's a shame that Ruby doesn't have a robust, solid toolkit.
Was This Post Helpful? 0
  • +
  • -

#5 Nakor  Icon User is offline

  • ASP.NET/C# Developer
  • member icon

Reputation: 346
  • View blog
  • Posts: 1,228
  • Joined: 28-April 09

Re: GUI Toolkit

Posted 08 September 2011 - 07:43 PM

There's IronRuby in which you can use ruby on top of the .NET framework to create WinForm applications

IronRuby Tools

Attached Image
Was This Post Helpful? 0
  • +
  • -

#6 NotarySojac  Icon User is offline

  • D.I.C Regular

Reputation: 41
  • View blog
  • Posts: 366
  • Joined: 30-September 10

Re: GUI Toolkit

Posted 12 September 2011 - 12:28 PM

I hear that the Japs LOVE TK. But GUI designing is such a visual thing for me, that I often only use drag/ drop interfaces.

I think to work with TK you need to hand draw your GUI first, and then implement it in code, but my philosophy has always been to just start coding and drag more buttons onto the screen as needed. Then at the end do a rearranging cycle. MS IDEs are best for this strategy atm I think. I'm going to give IronRuby another try. Hopefully it installs this time, last time it gave me issues =(

This post has been edited by NotarySojac: 12 September 2011 - 12:30 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1