An open API service indexing awesome lists of open source software.

https://github.com/shoes/shoes3

a tiny graphical app kit for ruby
https://github.com/shoes/shoes3

c ruby shoes

Last synced: 2 months ago
JSON representation

a tiny graphical app kit for ruby

Awesome Lists containing this project

README

          


((( |||_| ///\ [[[_ (((
))) || | \\/ [[_ )))
an artsy any-platform app kit

The source described below is at and
you can follow a blog at

The wiki has articles you might find useful. https://github.com/shoes/shoes3/wiki

//////////////////////////////////////////////////////////////////////////

This is Shoes 3.3 (Walkabout). Download binaries for your platfrom from

Earlier releases of Shoes were Raisins, Policeman and Federales (2.0, 3.1 and 3.2)
There is a Shoes 4 under development. For historical reasons (the
color of the icon in Raisins), it's also called Red Shoes. Red Shoes is written
in C (and some Objective C on the Mac). Shoes 4 is written in Java.

[Federales](https://github.com/Shoes/shoes3/blob/master/README.federales)
was a maintenance release to keep Red Shoes current with modern
Linux, OSX, and Windows distributions and newer versions of Ruby and ruby gems.
Federales didn't really add any new features to Shoes except that it works now.
The packaging ability is working again!

Walkabout (Shoes 3.3) does add new features to Shoes Features that may not be
compatible with Shoes 4.

* new options for packaging.
* Uses a more modern Ruby (2.2.+) and Ruby Gems (2.4.+)
* Shoes can display SVG files and sub-sections (group name) of them.
* Video widgets work again. Dependent on all kinds of thing Shoes can't
control.

The latest stable version is 3.3.6; you can read about it [here](https://walkabout.mvmanila.com/2018/03/03/shoes-3-3-6), and download it from [here](https://walkabout.mvmanila.com/public/shoes).

Remember, no one is happy if the Shoes don't fit so [report your bug.](https://github.com/Shoes3/shoes3/issues)


# Run, Build Shoes with Docker!

If you haven't already add your user to the docker group:
`sudo usermod -aG docker $USER`

`cd` into your the cloned shoes3 repo to build docker:
`cd shoes3/` then run `docker build -t shoes-dev .`

To run shoes apps from docker simple run:
`docker run --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" shoes-dev samples/simple/calc.rb`