The examples/demos that ship with the Processing Development Environment (PDE) are designed to cover the Processing API in a systematic way:
https://github.com/processing/processing-examples
Each sketch focuses on a specific function or feature. That makes them a useful baseline for checking feature parity.
This issue suggests porting the official examples to Python (mewnala).
Note: there is some prior work in Processing.py, but the syntax differs (camelCase), and only a relatively small subset of examples was ported:
https://github.com/jdf/processing.py/tree/master/examples.py
The examples/demos that ship with the Processing Development Environment (PDE) are designed to cover the Processing API in a systematic way:
https://github.com/processing/processing-examples
Each sketch focuses on a specific function or feature. That makes them a useful baseline for checking feature parity.
This issue suggests porting the official examples to Python (mewnala).
Note: there is some prior work in Processing.py, but the syntax differs (camelCase), and only a relatively small subset of examples was ported:
https://github.com/jdf/processing.py/tree/master/examples.py