Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 936 Bytes

README.textile

File metadata and controls

48 lines (26 loc) · 936 Bytes

OS X, Windows, and Linux machines, all displaying the same sketch via DRb-Processing

DRb-Processing

Ruby-Processing, Internet-enabled.

Installation

  gem install ruby-processing drb-processing

Running a Server

  $ drbpd

Connecting to a Server

  $ rp5 live bin/drbp druby://<server_address>:9000

When the prompt appears, call Processing::App methods on the proxy object stored in $client. The call will be duplicated on all clients currently connected to the server.

  >> $client.stroke 100, 255, 50, 128
  => nil
  >> $client.oval 100, 100, 300, 200
  => nil

Resources

Ruby-Processing Documentation

Copyright

Copyright © 2010 Jay McGavren. Released under the MIT license. See the LICENSE file for details.