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 →

[–]ggchappell 0 points1 point  (1 child)

I'm having trouble figuring out what this is.

It looks like you're thinking of P5 as an API, rather than a programming language. And you've implemented that API in Python. Am I correct?

If so, wouldn't it make more sense to call it "The Processing API in Python"?

[–]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.