CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 00:00:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090420152733
location: https://web.archive.org/web/20090420152733/https://github.com/jashkenas/ruby-processing/tree/1.0.5
server-timing: captures_list;dur=0.932746, exclusion.robots;dur=0.029935, exclusion.robots.policy;dur=0.012944, esindex;dur=0.017101, cdx.remote;dur=16.446674, LoadShardBlock;dur=1026.773795, PetaboxLoader3.datanode;dur=931.825714, PetaboxLoader3.resolve;dur=86.332867
x-app-server: wwwb-app214
x-ts: 302
x-tr: 1111
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 00:00:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 20 Apr 2009 15:27:32 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 550ms
x-archive-orig-etag: "50d146bce8224a340abc811851734281"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23511
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 20 Apr 2009 15:27:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 20 Apr 2009 15:27:33 GMT", ; rel="memento"; datetime="Mon, 20 Apr 2009 15:27:33 GMT", ; rel="last memento"; datetime="Mon, 20 Apr 2009 15:27:33 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_9_20090420091356_crawl102-c/51_9_20090420150733_crawl101.arc.gz
server-timing: captures_list;dur=0.722384, exclusion.robots;dur=0.026168, exclusion.robots.policy;dur=0.012398, esindex;dur=0.016630, cdx.remote;dur=10.418303, LoadShardBlock;dur=221.560990, PetaboxLoader3.datanode;dur=156.769885, PetaboxLoader3.resolve;dur=246.281009, load_resource;dur=211.122531
x-app-server: wwwb-app214
x-ts: 200
x-tr: 510
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jashkenas's ruby-processing at 1.0.5 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Code as Art, Art as Code. Processing and Ruby are meant for each other. |
Homepage: | https://github.com/jashkenas/ruby-processing/wikis |
Clone URL: |
git://github.com/jashkenas/ruby-processing.git
Give this clone URL to anyone.
git clone git://github.com/jashkenas/ruby-processing.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
CHANGELOG | ||
![]() |
LICENSE | Sun Jan 11 19:13:48 -0800 2009 | Comments galore for better RDocs [jashkenas] |
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
bin/ | ||
![]() |
lib/ | ||
![]() |
library/ | ||
![]() |
ruby-processing.gemspec | ||
![]() |
samples/ |
= ____ _ ____ _ | _ \ _ _| |__ _ _ | _ \ _ __ ___ ___ ___ ___ ___(_)_ __ __ _ | |_) | | | | '_ \| | | |_____| |_) | '__/ _ \ / __/ _ \/ __/ __| | '_ \ / _` | | _ <| |_| | |_) | |_| |_____| __/| | | (_) | (_| __/\__ \__ \ | | | | (_| | |_| \_\\__,_|_.__/ \__, | |_| |_| \___/ \___\___||___/___/_|_| |_|\__, | |___/ |___/ 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 https://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: https://www.processing.org/reference/index_ext.html ~ How can I learn more? ~ For full, up-to-date info, always check the wiki: https://wiki.github.com/jashkenas/ruby-processing
This feature is coming soon. Sit tight!