processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
## Description Almost all editors/IDEs allow you to dynamically change your font size using Command + and Command - keyboard commands. As a teacher this is essential for me. I...
At https://processing.org/reference/try.html the code is only catching `IOException`, if there is no file, the `NullPointer` will hang the execution. This is not user wrong neither is very friendly for novices,...
- I opened a sketch written by someone else and tried to use the debugger. It would not break on any line. - I reduced the code down to 6...
## Description ## Expected Behavior ## Current Behavior ## Steps to Reproduce 1. 2. 3. ## Your Environment * Processing version: * Operating System and OS version: * Other information:...
## Description The additive blendmode does not respect alpha under certain circumstances. When the following code is run, the two circles drawn have 100% alpha, but we should expect them...
## Description The 'manage modes' window is empty. ## Current Behavior  It is not possible to follow the previously completed answers. ## Your Environment * Processing version: 4.3 *...
## Description When I save any sketch file, its creation file updates immediately. It creates some trouble to publish sketch on Github: git status shows the old file as a...
Arduino IDE is now available as AppImage, would be nice to have for processing4 https://github.com/arduino/arduino-ide/releases
## Description When resizing a sketch with the P2D/P2D renderer it makes the sketch freeze forever. (You might have to keep resizing for like 10 seconds before it happens). ```java...
The difference between `scale(1.999999);` and `scale(2);` in the sketch below is that with `scale(2);` there is a frameRate drop of around 50fps! - This is only in `P2D` (to be...