From: Logan Barnett Date: 2009-05-13T08:58:18+09:00 Subject: Re: GUI Shoes is a neat tool, but not for making lots of buttony apps with reusable widgets and complex layouts. Take a look at Monkeybars (http://monkeybars.rubyforge.org/). You can use a drag and drop designer to layout your app. We have an active mailing list and the code is very stable. We also have distribution covered well with Rawr so you can make a .exe to give to your users. Monkeybars has been used for paid projects as well, and it's very easy (and usually automatic) that it obfuscates your code, so if you want to make a product that's hard to reverse engineer, it's a very good route to go. Logan Barnett logustus@gmail.com http://www.logustus.com On May 12, 2009, at 11:20 AM, willcosgrove wrote: > What is the best way to make a simple GUI with ruby for Windows? I've > been using shoes ( http://shoooes.net ) but I was wondering if there > was another way? Or is this how most people make a GUI with ruby? >