Processing-bot

Results 42 issues of Processing-bot

*Created by: clankill3r* Processing 4.3 Windows 10 I thought I was going crazy :) ```java void settings() { } void setup() { noSmooth(); } ``` ![image](https://github.com/user-attachments/assets/6647a598-b549-4afb-8dd8-34e6e2bce8a8)

bug
preprocessor
has attachment

*Created by: ExpandingS* ## Description The method setHeading isn't highlighted like other methods in PVector. It also isn't in the [reference](https://processing.org/reference/PVector.html) (But this may be an issue for processing-docs?). ##...

bug
help wanted
good first issue
has attachment
core

*Created by: tabreturn* ## Description I'm logging this issue here in response to @benfry's request: https://github.com/jdf/processing.py/issues/390#issuecomment-1013791048 The Processing 4 PDE isn't displaying any errors/warnings/print lines in the console using Python...

has attachment

In GitLab by @hamoid on Aug 12, 2021, 09:08 ## Description Executing "Open Sketch Folder" on Arch Linux with i3wm and fish does not open the folder. I used to...

*Created by: t-satoru* 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...

enhancement

*Created by: patriciogonzalezvivo* Although `#include` routines are defined by [Khronos as an extension](https://registry.khronos.org/OpenGL/extensions/ARB/ARB_shading_language_include.txt) they are left for the environment/framework running the GL driver to implement. The reason for that is...

help wanted
opengl
core

*Created by: scudly* Now that we have multi-line strings, it is practical to include shader code directly in sketches (or even to construct them programmatically) rather than reading from an...

enhancement
help wanted
opengl
core

*Created by: jb4xx* I feel like processing could use a function that easily generate arc circles to construct PShapes. My proposal would be to use a bezier approximation of a...

enhancement
help wanted
good first issue
core

*Created by: eMUQI* ## Description Unable to interact with the GPIO of Raspberry Pi 5 ## Expected Behavior Draw a dot on Processing, which blinks synchronously with the LED. ![图片](https://gitlab.com/processing-foundation/processing4/uploads/19aa17314e16fbe13051f64831b5d87d/1b68a954-b6bd-4709-81b3-bb91a4e33c41)...

help wanted
raspberry pi
has attachment

*Created by: benfry* The sizing for most of the PDE [works properly](https://github.com/processing/processing/issues/4183) as of Processing 3.3, however sketches don't re-size based on the scaling. There's an issue open [here](https://github.com/processing/processing/issues/4897) that...

linux