资 源 简 介
Jankity
1. (adj., slang) Badly assembled, poor quality.
2. (n) JRuby + Processing integration of awesome power.
Go Here Instead Probably
The Ruby-Processing folks have done a much better job of Ruby-tizing Processing. They even have applet compilation working! Woo!
What It Is
Jankity links Processing.org to a friendly interpreted language using JRuby. This allows runtime re-evaluation of code while sketches are running, and manipulation from a read-eval-print loop (irb, in this case.)
This means:
nice syntax (closures, easy reflection and extending/mangling, etc.)
runtime inspection and modification
it"s FUN! Try it now with GettingStarted!
Runs the same ev