PyProcessing vs processing.py
in
Processing with Other Languages
•
1 year ago
I'd like to use a Python implementation for Processing, but can't make my mind between PyProcessing and processing.py
My motivation is to learn Python, and to eventually simplify my life for building Processing sketches (getting tired of Java :-) )
One of my big wishes is to be able to use my sketches directly in web browsers (preferably by "converting" my processing code into javascript stuff with processingjs, not sure if it's possible if the source is python code).
From what I've seen on this forum, PyProcessing advantage is that it can leverage the Python ecosystem, while processing.py is better for re-using Processing libraries.
Are there other things to consider for making a choice ?
1