public
Description: Code as Art, Art as Code. Processing and Ruby are meant for each other.
Homepage: http://github.com/jashkenas/ruby-processing/wikis
Clone URL: git://github.com/jashkenas/ruby-processing.git
Search Repo:
Making sure the README reflects the state of Ruby-Processing
jashkenas (author)
Sun May 04 23:18:11 -0700 2008
commit  3eedfab1136a1871275c295b85b6d66d80576c25
tree    0021ecbf05758369a6f55252ec7075fffed8e7f9
parent  7edabffb860f78fe07fca9237fb3a6c06e25f90b
0
...
9
10
11
12
13
 
14
15
16
17
18
19
20
 
21
22
 
23
 
 
 
24
25
26
...
9
10
11
 
 
12
13
 
 
 
14
15
 
16
17
 
18
19
20
21
22
23
24
25
0
@@ -9,18 +9,17 @@
0
 This is a Ruby wrapper that lets you harness Processing’s awesome power.
0
 It makes Processing act in a slightly more Shoes-like way, and replaces
0
 the ol’ crusty faux-Java-1.4-syntax sandals that Processing usually
0
-wears with some new Ruby slippers. So, here’s what you’ll need to make
0
-it work:
0
+wears with some new Ruby slippers.
0
 
0
-Download the most recent JRuby, and make sure that the jruby command is
0
-reachable in your path.
0
-
0
 From inside this folder, you can run the samples like so:
0
 
0
-jruby samples/jwishy.rb
0
+script/open samples/jwishy.rb
0
 
0
-Because it’s Ruby, you can also load the samples via jirb, and then alter
0
+Because it’s Ruby, you can also load the samples via script/live, and then alter
0
 them on the fly. Live coding, anyone?
0
+
0
+For full, up-to-date info, always check the wiki:
0
+http://github.com/jashkenas/ruby-processing/wikis
0
 
0
 
0
 Changelog:

Comments

    No one has commented yet.