Processing-bot

Results 42 issues of Processing-bot

In GitLab by @Zishan-Rahman on Oct 8, 2023, 15:34 ## Description Whenever I try to load a Processing sketch in Python, other than an example sketch via the "Examples" selection...

bug
contribution
has attachment
pde

*Created by: grimtin10* ## 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...

bug
core

*Created by: moritzmartingit* ## 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...

bug

*Created by: PBernalPolo* ## Description Rendering lines or spheres on the screen works fine. When we render spheres to PDF or SVG, they are depth sorted properly. However, lines are...

bug
core

*Created by: clankill3r* Processing 4.3 (and prior) Windows 10 When working outside the IDE it's common to put the libraries in a lib folder like: (even when not using processing...

bug
has attachment
core

*Created by: lenrik1589* ## 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...

bug
has attachment
core

In GitLab by @mrbbp on Dec 26, 2023, 18:34 ## Description When attempt to use fullscreen on a second monitor with P2D or P3D renderer, the screen is not full....

bug
core

*Created by: cadin* ## 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...

bug
core

*Created by: cubr3* Hi, 1) sorry if it's not a bug but setFill and setTint in PShape.java seems to code the same behavior for two different attributes but... setTint(int fill)...

bug
core

*Created by: Sebastian5* ## Description ONLY when pixels are saved ( PImage.save() ) as .tga and loaded again ( loadImage() ) they are fliped on the y axis. ## Expected...

bug
core