Sha256: 914a64a44878502cbd7099702ab036c667f849fc8f946d035ba80e5e76c45bb1

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

Purple Shoes
==========

Porting [Green Shoes](https://github.com/ashbb/green_shoes) with **JRuby** and **SWT**. 

Install JRuby and Purple Shoes for Windows
-----------------------------------------

- download and install [JRuby 1.6.7 Windows Executable](http://jruby.org/download)
- jruby --1.9 -S gem install purple_shoes

The [swt](http://rubygems.org/gems/swt) gem will be installed automatically.

Install JRuby and Purple Shoes for Linux and OS X
-----------------------------------------------

- install [rvm](http://beginrescueend.com/)
- rvm install jruby
- gem install purple_shoes

Look at the command line help
-----------------------------

```
jruby --1.9 -S pshoes -h
```

<pre>
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.
</pre>

**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](https://github.com/ashbb/purple_shoes/raw/master/manual.png)


Embed MPEG-1 video format
---------------------------------

**Note**: Need to install [JMF](http://www.oracle.com/technetwork/java/javase/download-142937.html) (Java Media Framework API)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
purple_shoes-0.7.166 README.md