The main three:

 * http://code.whytheluckystiff.net/dist/shoes-0.r586.exe
   (windows xp/vista + video support; 7M)
 * http://code.whytheluckystiff.net/dist/shoes-0.r586-intel.dmg
   (osx intel + video support; 7.7M)
 * http://code.whytheluckystiff.net/dist/shoes-0.r586.tar.gz
   (source; 421K)

Other builds are listed at
<http://code.whytheluckystiff.net/shoes/wiki/RecentBuilds>

This build adds the image block syntax I've been talking about
for a while now:

  # create a 200x200 image
  image 200, 200 do
    nostroke
    fill black
    oval 0, 0, 200, 200 
    para "SHOES", :top => 90, :left => 80
  end

The image is only generated once and then can be moved, toggled,
resized just like a PNG or JPEG you've loaded from a file.
See the new simple-sphere.rb example for a more complete example,
including the use of the `blur` effect.

Special thanks to the shoeboxers for their wonderful apps!

_why

Reply via email to