processing / processing/processing4
Fullscreen support for Welcome Sketches (Mouse2D, Flocking, Arctangent)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 494
- Forks
- 183
- Avg merge
- 4h 39m
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting Welcome.java and the bundled Mouse2D, Flocking, Arctangent, and RotatingArcs .pde sketches to see how Welcome-screen examples are registered and loaded. Determine where updated sketches should live so rebuilds preserve them; done means the three sketches resize or fullscreen correctly and remain available after rebuilding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100