processing / processing/processing4

Fullscreen support for Welcome Sketches (Mouse2D, Flocking, Arctangent)

未关闭
#1,140 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement
主要语言
Java
星标
494
派生
183
平均合并
4 小时 39 分钟
30 天内合并 PR
3

描述

Most relevant area for this enhancement?

Core/Environment/Rendering

Feature to enhance

The built-in sketches shown in the Processing Welcome screen (e.g. Mouse2D, Flocking, Arctangent).

Desired enhancement

Enhance the example sketches launched from the Processing Welcome screen (such as Mouse2D, Flocking, and Arctangent) so that they scale properly when the user resizes or fullscreen maximizes the IDE window. Currently, these sketches are hardcoded with fixed dimensions and positions, and cannot be extended to fullscreen unlike the welcome sketch RotatingArcs.

Potential benefits

Sketches from the Welcome screen adapt to all screen sizes (especially useful on large displays).

Improves learning experience for new users

Possible drawbacks

Not clear how to persist .pde patches without touching build/resources bundled, which is ignored by Git and overwritten on build.

Might require modifying Welcome.java to point to a new examples folder or setting a user preference to toggle enhanced examples.

Additional context

I've already implemented and tested working versions of these fullscreen-compatible .pde files and stored them in a local folder.
They work perfectly, but am seeking guidance on how to register these sketches with the Welcome screen and ensure they survive project rebuilds.

Would you like to work on the issue?

Yes but need help.

贡献指南

打开贡献指南

从这里开始

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

调研方向

首先检查 Welcome.java 以及随附的 Mouse2D、Flocking、Arctangent 和 RotatingArcs .pde 草图,了解 Welcome 屏幕示例是如何注册和加载的。确定更新后的草图应放在哪里,以便重新构建时保留它们;完成标准是三个草图都能正确调整大小或切换到全屏,并且在重新构建后仍然可用。

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

评估

技术栈
java
领域
desktop
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

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