processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
## Description When opening up contribution manager, the list is either blank or if will give an error when downloading something. This was tested on multiple Macs on both Sonoma...
## Description Unable to interact with the GPIO of Raspberry Pi 5 ## Expected Behavior Draw a dot on Processing, which blinks synchronously with the LED.  ## Current Behavior...
Why so mature project as Processing still have no autocomplete (Intellisense) feature in the editor?
## Description When exporting a sketch as SVG from Processing 4.3 with `processing.svg`, the result is not what the sketch renders in Processing. ## Expected Behavior I expect the exported...
Calling createShape() directly will use the Applet renderer. If this renderer is set to be of type P2D, the resulting shape seems to ignore any z value set to it's...
I've read the building instructions, and found that as now the cross platform building only provided Linux x64 & arm64 options, building for Windows only have x64 available. I've also...
## Description `curveVertex()` causes `java.lang.OutOfMemoryError: Java heap space` error when the vertex amount is big in P2D render. With the default Java2D render it works fine. ```processing void setup(){ size(800,800,...
hello developers (of processing) let’s do some opportunity to other developers create some cycles and constructons (construsions like if, else if, else …) im have an workpiece for that let’s...
Hi all Recently upgraded an M3 Macbook Pro from Sonoma 14.4 to 14.4.1. I am also working on projects that employ the Processing video library and external webcams (camera needs...
## Description Loading some SVG files that used to work with `loadShape()` on Processing 3.5.4 will cause a message like this (the index varies): `ArrayIndexOutOfBoundsException: Index 128 out of bounds...