processing / processing/libprocessing
`width` & `height` are not accessible as globals across imported Python modules in the same directory
未关闭
还没有人认领这个 Issue。
A-Mewnala
- 主要语言
- Rust
- 星标
- 69
- 派生
- 14
- 平均合并
- 15 天 22 小时
- 30 天内合并 PR
- 3
描述
Unlike in Processing tabs that exist in the same folder, different Python modules in the same directory does not share width and height information. width and height have to be imported to the Class constructor for now as a workaround.
Example:
noc-2-mewnala-port > chapter2 > Example_2_6_Attraction
widthandheightare declared inExample_2_6_Attraction.pysetupAttractor.pyandMover.pyare also trying to accesswidthandheight
Note that there is no error anyway if we try to run the sketch without providingwidthandheightto the Classes, but it isn't exposed to modules outside the one that hassize(width, height)in thesetup
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
复现 noc-2-mewnala-port/chapter2/Example_2_6_Attraction 中的行为,其中 setup 定义 width 和 height,而 Attractor.py 和 Mover.py 访问它们。首先跟踪同一目录中的模块如何接收 Processing 状态;完成标准是这些模块无需将 width 和 height 传递给其类构造函数即可访问它们。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, rust
- 领域
- api, backend
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100