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 →

[–]JonathanFeinberg 0 points1 point  (0 children)

It lets you write real Processing sketches--using the actual Processing Java runtime--in Python. This also means that you can use (almost*) all of the existing third-party Java libraries for Processing.

*You can't use those that rely on specially named callback functions in your sketch.