-
Hi,
I've tried a rather adventurous combination (which is the one we are currently supporting for GAMA -- https://github.com/gama-platform/gama) and it crashed, which is disappointing, especially b…
-
When not using the processing IDE, thus creating a sketch by extending the PApplet class in inteliJ, when I try to run the sketch at a higher pixel density I get this:
Also it outputs the followi…
-
Processing 4.2:
![mask_4 2](https://github.com/processing/processing4/assets/738650/a914e1fd-64b0-4d70-8cbb-46350991aa14)
Processing 4.3:
![mask_4 3](https://github.com/processing/processing4…
-
@eXodiquas
When shapes are rotated the x and y the `draw` method shouldn't transform the placement coordinates.
In the example below I was surprised by the direction of the second shape.
```…
-
On OSX Sketches using the default renderer to not get focus on sketch start. The Sketch window will be behind other windows, forcing me to hunt for it. The window will not have a dock icon I can click…
-
When using P2D or P3D you have to run draw within 5 seconds, else you get a RuntimeException.
I think 5 seconds is a bit short from time to time. Also it is really hardware depending if 5 seconds is …
-
### How can we help?
I would like someone else to build the manifest.
### Please read and ensure the following
- [X] The installer meets the above requirements
### Please provide the following inf…
-
## Description
Processing 4.3 produces bogus/misleading console error messages of the format `library.getName() + " does not run on this architecture: " + variant` when running sketches that load a l…
-
## Description
`textAlign(CENTER, CENTER)` does not center text vertically correctly
## Expected Behavior
After `textAlign(CENTER, CENTER)`, text should be aligned in the center.
## Current Be…
-
I am using the fullscreen() method, but when I run the code (in IntelliJ using library jar not Processing) with the 'P2D' argument it doesn't cover the whole screen. The default renderer (no arguments…