Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

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

未關閉
#1,140 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
35/100
Issue 類型
功能
描述清晰度
基本清楚
活躍度
停滯
技術堆疊
java
領域
desktop

研究方向

首先檢查 Welcome.java 以及隨附的 Mouse2D、Flocking、Arctangent 和 RotatingArcs .pde 草圖,了解 Welcome 畫面範例是如何註冊和載入的。確定更新後的草圖應放在哪裡,以便重新建置時保留它們;完成標準是三個草圖都能正確調整大小或切換至全螢幕,並且在重新建置後仍然可用。

由索引模型根據 Issue 內容生成。

描述

enhancement
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.

主要語言
Java
星號
497
分支
183
平均合併
4 小時 39 分鐘
30 天內合併 PR
3

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

processing/processing4 的其他 Issue

查看 processing/processing4 的全部 Issue

相似的 Issue

更多 Java Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。