jashkenas / ruby-processing-plugin
- Source
- Commits
- Network (0)
- Issues (4)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Apr 12 05:46:08 -0700 2009 | |
| |
README | Sat Apr 04 08:56:00 -0700 2009 | |
| |
RubyProcessingPlugin/ | Mon Apr 13 19:55:06 -0700 2009 | |
| |
images/ | Mon Apr 13 19:55:06 -0700 2009 | |
| |
make.rb | Sun Apr 12 05:46:08 -0700 2009 | |
| |
src/ | Mon Apr 13 19:55:06 -0700 2009 |
README
___
/ /\ ___ ___
/ /::\ / /\ / /\
/ /:/\:\ / /::\ / /::\
/ /::\ \:\ / /:/\:\ / /:/\:\
/__/:/\:\_\:\ / /::\ \:\ / /::\ \:\
\__\/~|::\/:/ /__/:/\:\_\:\ /__/:/\:\_\:\
| |:|::/ \__\/ \:\/:/ \__\/ \:\/:/
| |:|\/ \ \::/ \ \::/
|__|:| \__\/ \__\/
\__\|
The Ruby-Processing Plugin allows you to run Ruby-Processing sketches
from inside of the Processing IDE ... Blasphemy.
PREREQUISITES:
* Ruby (for now)
* Java (forever)
* The ruby-processing gem (perhaps will get vendor'd into this in the future)
INSTALL:
Drop the RubyProcessingPlugin folder into a "tools" directory inside your main
Processing sketchbook folder. Open Processing and look in the "Tools" menu.
BUILD:
Check make.rb before you run it to make sure that it looks sensible for your
setup. You'll need a copy of core.jar and pde.jar to make it compile.