Shoes 3 unofficial documentation

logo

What is Shoes ?

Shoes 3 is a open source graphical app kit for Ruby created by _why and currently maintained by Cecil Coupe and other contributors.

Shoes is a tiny graphics toolkitck. It's simple and straightforward. Shoes was born to be easy! Really, it was made for absolute beginners. There's really nothing to it.

You see, the trivial Shoes program can be just one line:

 Shoes.app { button("Click me!") { alert("Good job.") } }

Shoes programs are written in a language called Ruby. When Shoes is handed this simple line of Ruby code, a window appears with a button inside reading "Click me!" When the button is clicked, a message pops up.

On Linux, here's how this might look:

simple app in linux

While lots of Shoes apps are graphical games and art programs, you can also layout text and edit controls easily.

multiple apps in osx

Currently Shoes is running for the following plateforms :

  • Linux
  • Microsoft Windows XP to 10
  • Mac OSX
  • Raspberry pi
  • BSD

About this website

This website is a non official documentation for Shoes 3, most of the content come from the official manual available inside Shoes itself as well as the official wiki.

This documentation intend to contain all the informations needed to create an app using Shoes 3 but will not contain anything about Shoes 4 or to much details on the guts of Shoes. See that as the entry door for begginner. If you want more information about how to help to develop Shoes or if you want to understand how it's workinng then the wiki or the developement blog are where you want to go.

The informations on this documentation aim to be as up to date as possible.

Additional documentation

You should read Nobody Knows Shoes. because it's funky and artful and it'll give you a taste of what can be done with Shoes.

Have a question? Just want to talk Shoes? - You really should join the Shoes mailing list and ask away. That's also a good place to discuss bugs if you don't want to get a github account. If you'd like to be a little more active about what's going on with Shoes 3 you should read the blog.

I also encourage you to read the known bug reports at Shoes3 github. You'll need a free github account if you want to post there.

New to ruby ?

Here are some good sources to learn the language :