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 ONLY when pixels are saved ( PImage.save() ) as .tga and loaded again ( loadImage() ) they are fliped on the y axis. ## Expected Behavior That the...

Fix for bug [#825](https://github.com/benfry/processing4/issues/825). Using PreprocSketch.mapJavaToSketch result for processing .java files is incorrect, as a sketch's combined source code file does not include code from .java tabs. As far as...

Processing 4.3 Windows 10 I thought I was going crazy :) ```java void settings() { } void setup() { noSmooth(); } ``` ![Screenshot 2024-02-18 223447](https://github.com/benfry/processing4/assets/738650/e2b217a8-588e-471b-98e4-97b83c18780e)

When using P2D or P3D you have to run draw within 5 seconds, else you get a RuntimeException. I think 5 seconds is a bit short from time to time....

OpenGL

"backgound(0,0);"backgound(0,0,0,0);", command is not adding alpha channel to incorporate transparency. Processing version: 4.3 Operating System and OS version: Windows 11

## Description The Processing IDE reports wrong source code location for a programming error in .java-files The Processing IDE should change such that errors are reported correctly. This severely degrades...

## Description ## Expected Behavior "< was pressed" should be written in the console ## Current Behavior keyPressed detects that a character was typed but not which one when "

## Description When drawing an SVG shape (with style disabled) using the P2D renderer, the rendering will glitch if the shape is drawn more than once with a different stroke...

## Description When attempt to use fullscreen on a second monitor with P2D or P3D renderer, the screen is not full. It works with no renderer added. The screen is...

Seen in 4.0, but not clear if this is downstream problems caused by https://github.com/processing/processing4/issues/530 or if it's an error triggered by changing between themes. ``` Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException:...