processing / processing/libprocessing

Track Processing API coverage in libprocessing/mewnala

未关闭
#153 7 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

c-pyo3
主要语言
Rust
星标
69
派生
14
平均合并
15 天 22 小时
30 天内合并 PR
3

描述

This issue tracks progress toward implementing the Processing API in libprocessing/mewnala.

The goal is to reach broad compatibility with the existing Processing API so that sketches can be ported with minimal friction.

Guidelines

Keywords below are listed using the original Java syntax. Some differences are expected due to the specifics of Python.

Breaking changes should be intentional, and their motivation should be documented in the corresponding issues or PRs.

Definition of done

Mark items as done only once they:

Progress Tracker

[!IMPORTANT]
The list is based on the official Processing reference. This is NOT an exhaustive list of every class, method, or keyword in Processing. Parts of the API are undocumented or listed in individual class pages, see the Methods section of PVector or PImage for example. For a more complete API overview, see the Processing 4 Javadoc.

Data
Composite
Array Functions
Conversion
Primitive
String Functions
Input
Files
Time & Date
Keyboard
Mouse
Constants
Typography
Loading & Displaying
Attributes
Metrics
Rendering
Shaders
Image
Pixels
Loading & Displaying
Textures
Shape
2d primitives
Vertex
Curves
3D Primitives
Attributes
Loading & Displaying
Math
Calculation
Trigonometry
Operators
Bitwise Operators
Random
Output
Files
Text Area
Image
Color
Creating & Reading
Setting
Lights Camera
Lights
Material Properties
Camera
Coordinates
Transform
Structure
Control
Conditionals
Relational Operators
Iteration
Logical Operators
Environment

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 Progress Tracker 中未勾选的条目开始,将相关的 Processing 参考页面或 Javadocs 与当前的 libprocessing/mewnala 实现进行比较。已完成的项目必须与 Processing 的行为一致,通过示例 sketch 进行验证,并包含在最新的 mewnala 版本中。

由索引模型根据 Issue 内容生成。

评估

技术栈
rust
领域
api
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
冷清
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。