processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
This issue is a placeholder for a pull request. This is to ensure that issue numbers remain the same through the repository migration.
This issue is a placeholder for a pull request. This is to ensure that issue numbers remain the same through the repository migration.
This issue is a placeholder for a pull request. This is to ensure that issue numbers remain the same through the repository migration.
I use my sketches on many different setups (live shows where I plug my computer to the local videoprojector). In some cases (4 times in 5 years), my sketches would...
I am running the latest Kubuntu (25.04) and have installed the latest Processing via Snap. I like to open .txt files with Kate, Kubuntu's onboard text editor, so the default...
Currently, there aren’t any existing GitHub Actions to automatically build desktop and mobile apps from Processing .pde code. I’ve been working on setting one up, as you can see from...
## Description Whilst looking for a simple way to speed up rendering on the main thread I found a consistent crash when using P2D and P3D renderers. ## Expected Behavior...
## Description I went looking for a solution to a slowdown problem and thought threading might be the answer. I checked out the example and it no longer works because...