Registry / other / ruby-processing

ruby-processing

JSON →
library2.7.1rbrubygemsunverified

Ruby wrapper for the Processing 2.0 art framework, supporting JRuby.

gem install ruby-processing
INSTALL
IMPORT
SIG · RUBY-PROCESSING
R
ruby-processing
otherrubyv2.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RubyProcessing
require 'ruby-processing'

Create a simple Processing sketch

require 'ruby-processing' class MySketch < Processing::App def setup size 400, 400 end def draw ellipse mouse_x, mouse_y, 50, 50 end end MySketch.new
Debug
Known issues
breakingRequires JRuby to run; not compatible with MRI Ruby.
fix
Install JRuby and run with jruby command.
affects: >= 2.0.0
Upgrade
Version history
2.7.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
ruby-processing — gem install ruby-processing · libregistry