Processing-bot
Processing-bot
*Created by: clankill3r* Processing 4.3 Windows 10 I thought I was going crazy :) ```java void settings() { } void setup() { noSmooth(); } ``` 
*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?). ##...
*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...
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...
*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...
*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...
*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...
*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. ...
*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...