processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
## Description The exposed `PShape` API could use some QoL changes. It would be nice to have a method allowing easier access and iteration over `PShape::vertices`. ## Expected Behavior Returning...
This used to work in Processing 3.x, but no longer works in recent Processing 4 versions. Here's a complete sketch. In Processing 3.x and up to 4.0.b2, we see the...
Currently, it is possible to open and run a `.pdez` or `.pdex` file downloaded from the web without any extra steps. It could be wise to add a warning when...
## Description I'm running into a possible bug when using `vertex()` with a stroke that has transparency/alpha. I would expect the color to be consistent from the beginning to the...
# Description When you want to read pixel data from a PGraphics with the **P2D** renderer specified the println result turns 0 and when you want to draw the pgraphcs...
## Problem Statement The process of updating the Processing website whenever a new version of Processing is released currently involves manual steps, as described in [these instructions](https://github.com/processing/processing-website/blob/main/docs/download.md#how-to-show-a-new-release-on-the-download-page). This manual process...
As mentioned by @benfry in https://github.com/processing/processing4/issues/524 the offline reference is now downloadable as a separate file from within the PDE. The download size is around 66 MB which we would...
## Description Mode is shown as "not installed" during update via "update all" ## Steps to Reproduce 1. nstall the old AndroidMode from #640. 2. click "Updates (1)" 3. update...
## Description A simple Processing 4 app seems to add between roughly .5MB to 1MB of memory usage every 5 seconds. ## Expected Behavior If the app isn't doing anything,...
## Description When opening Processing, the PDE defaults to Android mode even though the last mode used was Java. ## Expected Behavior The PDE should default to the last mode...