processing / processing/libprocessing
Port the list of official examples to Python/libprocessing
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 69
- Forks
- 14
- Avg merge
- 15d 22h
- Merged PRs (30d)
- 3
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the official sketches in processing-examples and the existing subset in Processing.py's examples.py, then inspect libprocessing's Python-facing entry points. Port the examples systematically to Python while accounting for the syntax differences noted in the issue; done means the official example set has corresponding Python versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100