processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
Resolves #472 Adds JavaDoc for `PVector#setHeading()` and the associated `keywords.txt` entry, generated using the instruction at https://github.com/processing/processing-website?tab=readme-ov-file#keywordstxt. This allows the Syntax Highlighting and `Open Content Reference` context menu item to...
Implement a visual snapshot testing system, inspired by the one used in p5.js. > [!NOTE] > This has been added to our [GSoC 2025 project list](https://github.com/processing/Processing-Foundation-GSoC/wiki/Project-Ideas-List-(GSoC-2025)#bring-visual-tests-to-processing). ### Goals - [...
*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?). ##...
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...
I've added tests for all the functions of PMatrix2D. This PR further increases test coverage making sure everything works as expected. Fixes #1013
Currently Processing does not have unit tests for PMatrix2D. This class is getting used throughout the rendering pipeline, so I think it is necessary to ensure it works correctly. I...
### Most relevant area for this enhancement? PDE ### Feature to enhance Reference ### Desired enhancement In PR #968, I implemented functionality to include the current state of the reference...
### Relevant sub-area for this feature? PDE, Build process ### Feature description We should generate a documentation version of the website for every Processing release. This will ensure that even...
### Most appropriate sub-area of Processing 4? Core/Environment/Rendering ### Processing version 4.3.1 ### Operating system Windows 11 ### Steps to reproduce this Creating the following sketch produces the error `Duplicate...