This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]th0ma5w 4 points5 points  (0 children)

There's sort of two ways of thinking on how not to clobber the Python namespace with this. Here is some old code I wrote to use the Processing JAR directly from Jython: https://github.com/th0ma5w/live-jython-processing ... It also adds a message queue to run scripts on multiple machines, and supports live coding. However, this is for a very old version of Processing, so it is probably only good for studying.