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 When the exported script is executed it crashes and prints out the following error message: "java.lang.UnsatisfiedLinkError: no processing-io in java.library.path:" ## Expected Behavior To get a working script...

Fixes several strings added, modified, or renamed since the last internationalization update. Also cleans up commented-out strings (like the URLs).

I'm packing data in a texture (PImage) to send to a fragment shader. I'm running into the limitations of the 32bit RGBA format that seems to be the default for...

Enhancement
OpenGL

## Description i was playing with svg jerking on screen and to verify P2D or P3D performances i found strange behavior. The svg shape shift to right. it is supposed...

Help Wanted
OpenGL

Fix for #791. Regrettably, when I tested the fix for #643 I didn't test shapes with multiple contours. This fix will increment the `codeIndex` variable so that the vertex codes...

## Description My PR #776 was an inadequate fix for bug #643 . The fix worked great for shapes with 1 contour but not shapes with 2 or more. I...

When we press a letter, lets say `d` is key is char value `d` and hash calculated using keyCodea and key is added to pressed keys. But when without release...

## Description if you export a sketch on windows and do not check the "Include Java in the Windows (Intel 64-bit) application" box the generated executable will be unable to...

Help Wanted
Windows

Location of currently broken links (bottom of the page): - https://processing.org/reference/libraries/net/Client.html - https://processing.org/reference/libraries/serial/Serial.html Known issue: the link to `serialEvent_.html` is still broken because the doclet actually creates the documentation at...

Found myself needing this function multiple times and it has always been a tedium to search and type it out. Its behavior should be almost identical to Unity's Vector2.signedAngle(), with...