processing4 icon indicating copy to clipboard operation
processing4 copied to clipboard

Processing 4.x releases for Java 17

Results 218 processing4 issues
Sort by recently updated
recently updated
newest added

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

Help Wanted
OpenGL

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

High Priority

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

Help Wanted
OpenGL

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

OpenGL

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

Enhancement
Help Wanted

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

documentation
Enhancement

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