0.01
No commit activity in last 3 years
No release in over 3 years
Purple Shoes is one of colorful Shoes, written in JRuby and SWT.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Purple Shoes

Porting Green Shoes with JRuby and SWT.

Install JRuby and Purple Shoes for Windows

The swt gem will be installed automatically.

Install JRuby and Purple Shoes for Linux and OS X

  • install rvm
  • rvm install jruby
  • gem install purple_shoes

Look at the command line help

jruby --1.9 -S pshoes -h
Usage: pshoes (options or app.rb)
  -m, -men     Open the built-in English manual.
  -mjp         Open the built-in Japanese manual.
  -v           Display the version info.
  -h           Show this message.

Note: If you set an environment variable like this: set JRUBY_OPTS=--1.9, you can do just only pshoes -h.

Note to OSX Users

You'll need to pass an extra argument to JRuby's JVM for SWT to work on OSX. Your command line should look like this:

jruby -J-XstartOnFirstThread --1.9 sample2.rb

Open the built-in manual

Note: Need to install Hpricot: jruby --1.9 -S gem install hpricot

jruby --1.9 -S pshoes -m

snapshot

Embed MPEG-1 video format

Note: Need to install JMF (Java Media Framework API)