processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
## Description When `filter(BLUR, param)` is called with `param` above a certain amount relative to the image size, an ArithmeticException is thrown for division by zero. ## Expected Behavior Image...
## Description Whenever I try to load a Processing sketch in Python, other than an example sketch via the "Examples" selection dialog, the IDE crashes and closes by itself. I...
Issue link : https://github.com/benfry/processing4/issues/750#issue-1806359306 Problem : It wasn't able to parse exponents leading to ArrayIndexOutOfBoundsException Solution : handled that edge case. it will now be able to parse values such...
## Description Inconsistent blending of cursor image when using translucency in the image ## Expected Behavior Using `cursor(img, x, y)` and exporting the image and using it with X should...
In pretty much any program that has a text cursor when hovering over text, the hotspot position is located in the center of the icon, whereas Processing's text cursor hotspot...
I had inexplicable crashes when using textures on PShapes that almost made me loose my will to live until I finally found the cause: If I create a PShape in...
## Description When using the P2D renderer the `key` variable doesn't update when pressing control and then another key. ## Expected Behavior Pressing control and then another key should set...
## Description When running a sketch that uses the P2D or P3D renderer. The WM_CLASS window variable is not set. This makes it difficult (impossible?) to set window rules for...
## Description ## Expected Behavior ## Current Behavior ## Steps to Reproduce 1. 2. 3. ## Your Environment * Processing version: * Operating System and OS version: * Other information:...
hello for everyone. this is not the issue report. just suggestion. first of all, thank you so much for everyone who involve this amazing project. everyday I use this tool...