ruby-processing-gem

DESCRIPTION:

This gem packages the Ruby-Processing wrapper by Jeremy Ashkenas into a gem. This way the sketches do not have to reside within the Ruby-Processing folder structure and can be run from anywhere on the harddrive.

For more information about Ruby-Processing visit it’s website:

FEATURES/PROBLEMS:

  • This is the first release which means this is more a proof of concept. More features from ruby-processing will be made available in the future.

SYNOPSIS:

Create a new sketch:

processing --create new_sketch
processing -c new_sketch

To run this sketch, go into it’s directory and run one of the following (run is the default action and if no file name is given, it infers it from the containing directory):

processing --run new_sketch.rb
processing -r new_sketch.rb
processing new_sketch.rb
processing

You can also run a file in “watch” mode. This means that when you change the code in the file, the sketch will automatically update itself.

processing --watch new_sketch.rb
processing -w new_sketch.rb

INSTALL:

  • gem install naehrstoff-ruby-processing

LICENSE:

ruby-processing-gem – Run Ruby-Processing sketches. Copyright © 2008 Peter Gassner

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.