Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#1,140 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
java
領域
desktop

調査の方向性

まず Welcome.java と、同梱されている Mouse2D、Flocking、Arctangent、RotatingArcs の .pde スケッチを調べ、Welcome 画面の例がどのように登録および読み込まれているかを確認します。再ビルドしても更新したスケッチが保持されるよう、どこに配置すべきかを特定します。完了条件は、3 つのスケッチが正しくリサイズまたはフルスクリーン化でき、再ビルド後も利用可能なことです。

索引モデルが 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分
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

processing/processing4 のほかの issue

processing/processing4 の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。