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

Update the Ant build system to switch to the latest [terumin release](https://adoptium.net/en-GB/temurin/releases/). Files that at least will have to be updated: - `build/build.xml` - `.github/workflows`

help wanted

*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

The `processing:core` library is not changing a lot, so writing tests for it first makes the most sense. _Full Description TBD_

help wanted

Setting the ui scale at the start of Processing will fix the sizing issue on Fedora & Ubuntu. We need to find a method of detecting the pixel density as...

The issue with `noSmooth()` not functioning correctly in `P2D` and `P3D` has persisted since [Issue #5363](https://github.com/processing/processing/issues/5363) which was first reported by @clankill3r in 2018. Several workarounds have been suggested, but...

opengl

(I'm new to PRs so let me know if you see any mistakes ^^") This is my attempt at making a Vulkan-based renderer for Processing, using LWJGL to access 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. ![图片](https://gitlab.com/processing-foundation/processing4/uploads/19aa17314e16fbe13051f64831b5d87d/1b68a954-b6bd-4709-81b3-bb91a4e33c41)...

help wanted
raspberry pi
has attachment

When using `loadImage` to load a JPEG image with orientation metadata, Processing seems to ignore it and renders the image in the wrong orientation. In my specific case, the image...

bug
help wanted
core