github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jashkenas / ruby-processing

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 432
    • 30
  • Source
  • Commits
  • Network (30)
  • Issues (2)
  • Downloads (10)
  • Wiki (11)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (3)
    • fixing_size
    • gh-pages
    • master ✓
  • Tags (10)
    • 1.0.8
    • 1.0.7
    • 1.0.6
    • 1.0.5
    • 1.0.4
    • 1.0.3
    • 1.0.2
    • 1.0.1
    • 0.9
    • 0.8
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Code as Art, Art as Code. Processing and Ruby are meant for each other. — Read more

  cancel

http://github.com/jashkenas/ruby-processing/wikis

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

rearranging hilbert into a library, and merging martin's samples 
jashkenas (author)
Sun Jan 31 11:25:57 -0800 2010
commit  2dc4a7912346d93b1d161686d90e009a359a5a5b
tree    ac9c3894fab54521f3d69d01af8621f00fdf5616
parent  d76529b2e23144019a057229e7a706a295478321
ruby-processing /
name age
history
message
file .gitignore Mon Jan 19 21:04:50 -0800 2009 Fixing application exporting inconsistencies on... [jashkenas]
file CHANGELOG Wed Apr 29 20:03:00 -0700 2009 1.0.8, onwards and upwards [jashkenas]
file LICENSE Sun Jan 11 19:13:48 -0800 2009 Comments galore for better RDocs [jashkenas]
file README Thu Mar 26 20:28:56 -0700 2009 bumping up to 1.0.4 [jashkenas]
file Rakefile Sat Apr 18 09:50:58 -0700 2009 adding quotes to the Runner#spin_up to fix spac... [jashkenas]
directory bin/ Tue Jan 06 09:19:16 -0800 2009 still pretty rough, working 'rp5 run' from anyw... [jashkenas]
directory lib/ Sun Jan 10 17:17:55 -0800 2010 merging in maxhawkin's fixes for proxied-block ... [jashkenas]
directory library/ Thu Dec 03 05:28:23 -0800 2009 add naehrstoff's fix for slider range ends [jashkenas]
file ruby-processing.gemspec Wed Apr 29 20:03:00 -0700 2009 1.0.8, onwards and upwards [jashkenas]
directory samples/ Sun Jan 31 11:25:57 -0800 2010 rearranging hilbert into a library, and merging... [jashkenas]
README
=
   ____        _                 ____                              _             
  |  _ \ _   _| |__  _   _      |  _ \ _ __ ___   ___ ___  ___ ___(_)_ __   __ _ 
  | |_) | | | | '_ \| | | |_____| |_) | '__/ _ \ / __/ _ \/ __/ __| | '_ \ / _` |
  |  _ <| |_| | |_) | |_| |_____|  __/| | | (_) | (_|  __/\__ \__ \ | | | | (_| |
  |_| \_\\__,_|_.__/ \__, |     |_|   |_|  \___/ \___\___||___/___/_|_| |_|\__, |
                     |___/                                                 |___/ 


  Ruby-Processing is a Ruby wrapper for the Processing code art framework. It's
  this thin little shim that squeezes between Processing and JRuby, passing 
  along some neat goodies like:
  
  * Applet and Application exporting of your sketches. Hand them out to 
    your party guests, ready-to-run.
    
  * Live Coding via JRuby's IRB. Loads in your sketch so you can futz with 
    variables and remake methods on the fly.
    
  * Bare sketches. Write your Ruby-Processing sketches without having to define
    a class. Without defining methods, even.
    
  * A "Control Panel" library, so that you can easily create sliders, buttons,
    checkboxes and drop-down menus, and hook them into your sketch's instance 
    variables.
    
  * "Watch" mode, where Ruby-Processing keeps an eye on your sketch and reloads 
    it from scratch every time you make a change. A pretty nice REPL-ish way
    to work on your Processing sketches.
    
  If some quality time with Ruby is your idea of a pleasant afternoon, or you
  harbor ambitions of entering the fast-paced and not altogether cutthroat world 
  of Code Art, then Ruby-Processing is probably something you should try on for 
  size. You can grab it as a gem:
  
  sudo gem install ruby-processing
    
    
  ~ But Processing? ~
  
  Processing is an MIT-developed framework for making little code artifacts, 
  animations, visualizations, and the like, developed originally by Ben Fry
  and Casey Reas, supported by a small army of open-source contributors. 
  Processing has become a sort of standard for visually-oriented programming,
  strongly influencing the designs of Nodebox, Shoes, Arduino, and other kindred
  projects. For more information, take a look at http://processing.org/
  
  
  ~ What does it look like? How does it smell? ~
  
  Processing provides a tidy API, with a bunch of handy methods you can call 
  from Ruby-Processing. Here's a smattering:
  
  alpha, arc, background, blend, blue, ellipse, frame_rate, hue, lerp, 
  load_image, load_pixels, mouse_pressed, noise, rect, saturation, shape, 
  smooth, text_align, translate, triangle...
  
  And so on, and so forth. See the full list here: 
  http://www.processing.org/reference/index_ext.html
  
  ~ How can I learn more? ~

  For full, up-to-date info, always check the wiki:
  http://wiki.github.com/jashkenas/ruby-processing
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server