processing / processing/processing4
Fullscreen support for Welcome Sketches (Mouse2D, Flocking, Arctangent)
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 497
- フォーク
- 183
- 平均マージ
- 4時間 39分
- マージ済み PR(30日)
- 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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず Welcome.java と、同梱されている Mouse2D、Flocking、Arctangent、RotatingArcs の .pde スケッチを調べ、Welcome 画面の例がどのように登録および読み込まれているかを確認します。再ビルドしても更新したスケッチが保持されるよう、どこに配置すべきかを特定します。完了条件は、3 つのスケッチが正しくリサイズまたはフルスクリーン化でき、再ビルド後も利用可能なことです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- desktop
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100