Registry / other / jruby-art

jruby-art

JSON →
library2.6.1rbrubygemsunverified

JRubyArt is a Ruby implementation of the Processing art framework with enhanced functionality, supporting Processing libraries and Ruby gems.

gem install jruby_art
INSTALL
IMPORT
SIG · JRUBY-ART
J
jruby-art
otherrubyv2.6.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.

JRubyArt
require 'jruby_art'

Create a basic Processing sketch

require 'jruby_art' class MySketch < Processing::App def setup size 400, 400 end def draw ellipse 200, 200, 50, 50 end end
Debug
Known issues
breakingRequires JRuby to run
fix
Install JRuby and use it to run your sketches
affects: >= 2.5.0
Upgrade
Version history
2.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jruby-art — gem install jruby-art · libregistry