Home > drb-processing

drb-processing

Drb-processing is a project mainly written in Ruby, based on the MIT license.

Ruby-Processing, Internet-enabled.

!http://github.com/jaymcgavren/drb-processing/raw/master/drb-processing.jpg(OS X, Windows, and Linux machines, all displaying the same sketch via DRb-Processing)!

h1. DRb-Processing

Ruby-Processing, Internet-enabled.

h1. Installation

  gem install ruby-processing drb-processing

h1. Running a Server

  $ drbpd

h1. Connecting to a Server

  $ rp5 live bin/drbp druby://: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

h1. Resources

"Ruby-Processing Documentation":http://github.com/jashkenas/ruby-processing/wiki

h1. Copyright

Copyright (c) 2010 Jay McGavren. Released under the MIT license. See the LICENSE file for details.

Previous:oauth-pylons