processing / processing/libprocessing
Port the list of official examples to Python/libprocessing
还没有人认领这个 Issue。
- 主要语言
- Rust
- 星标
- 69
- 派生
- 14
- 平均合并
- 15 天 22 小时
- 30 天内合并 PR
- 3
描述
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
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看 processing-examples 中的官方 sketch 以及 Processing.py 的 examples.py 中现有的子集,然后检查 libprocessing 面向 Python 的入口点。在考虑 issue 中所述语法差异的同时,系统地将这些示例移植到 Python;当官方示例集都有对应的 Python 版本时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, rust
- 领域
- developer-experience
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100