Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

naehrstoff-ruby-processing

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naehrstoff-ruby-processing

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= ruby-processing-gem

  • http://github.com/naehrstoff/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 (C) 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 http://www.gnu.org/licenses/.

FAQs

Package last updated on 10 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc