Shoes 4 work is starting: get involved!

Home Blog

2012-05-25

As you know, I’ve been doing a lot of work over the last few years to keep _why’s Shoes project going. A few other intrepid individuals have been doing a lot as well. We’re starting to work on Shoes 4, and we’d love your help.

A little about Shoes

If you didn’t know, Shoes is a GUI toolkit for Ruby. It uses blocks heavily:

Shoes.app do
  para "Push the button"
  
  button "Me! Me!" do
    alert "Good job."
  end
end

Super simple. You get native widgets on all platforms.

Shoes 4

Shoes 4 is a total re-write of Shoes. It’s being done in JRuby. There are a few related projects:

What we need

Of course, pull requests are always welcome. But if you use Shoes or want to, please get involved in the discussions about what Shoes 4 will look like on the bug tracker. Feel free to open an Issue with any topic for discussion. Thoughts from users, current and potential, are always awesome!

Let’s all have fun developing Shoes 4!