processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
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`
*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...
The `processing:core` library is not changing a lot, so writing tests for it first makes the most sense. _Full Description TBD_
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...
(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. ...
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...