processing / processing/processing-website
Make interactive live sketch for Shape examples
还没有人认领这个 Issue。
- 主要语言
- MDX
- 星标
- 90
- 派生
- 122
- 平均合并
- 1 小时 43 分钟
- 30 天内合并 PR
- 3
描述
The following examples still need to be ported to JavaScript:
However, since there is currently no support for SVGs in p5.js this has to be done another way.
I made a brief attempt at porting the Scale Shape example using p5.js-svg but it was too slow for real-time interaction. You might need to use a different library like paper.js or snap.svg
The following examples are not animated nor interactive so porting them is not strictly necessary:
- Shape/Disable Style
- Shape/Get Child
- Shape/Load Display SVG
For information on how to make live sketches for examples, please check the README on examples
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 docs/examples.md 以及其中链接的 Scale Shape 和 Shape Vertices 示例开始。检查 p5.js 中所述的缺少 SVG 支持以及尝试过的 p5.js-svg 方案,然后评估提到的替代方案,例如 paper.js 或 Snap.svg。当列出的两个示例都已移植为具有可接受实时性能的实时交互式 JavaScript sketch 时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend, web-dev
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100