jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.
http://github.com/jashkenas/ruby-processing/wikis
Other
1.28k stars 94 forks source link

runner for mixing different sketches together? #51

Closed mcfiredrill closed 11 years ago

mcfiredrill commented 11 years ago

Would it be possible to make a runner that could mix different sketches together in some way? (like the mother project, or napplet)

I'm guessing that is not really possible, and I would need to hack Processing::App. If you have any ideas off the top of your head to get me poking around the code in the right direction, let me know.

jashkenas commented 11 years ago

It would be possible, but you'd need to figure out how to make the Java drawing panes and processing applet play nicely together. The "ruby" part of ruby-processing probably can't help you much there -- which is another way of saying that there isn't anything in the ruby-processing source code that would get you very far with this. Good luck.

mcfiredrill commented 11 years ago

That's kinda what I thought....I'll go check out the processing source then. Thanks. :dash: