Port the list of official examples to Python/libprocessing

Open
#114 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python, rust

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.

Description

c-pyo3

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

Dominant language
Rust
Stars
69
Forks
14
Avg merge
15d 22h
Merged PRs (30d)
3

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from processing/libprocessing

All issues in processing/libprocessing

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.