-
I'm packing data in a texture (PImage) to send to a fragment shader. I'm running into the limitations of the 32bit RGBA format that seems to be the default for every texture in Processing. It's causin…
-
## Description
Trying back to 4.1, error highlighting doesn't appear to be working (at least on Linux).
## Expected Behavior
Expected a red underline at line 4 or 5.
## Current Behavior
No li…
-
## Description
The ⌘ + / keyboard shortcut for Comment/Uncomment does not work for me. I'm on a mid 2015 MacBook pro with a French keyboard, running macOS 12.6.3 and Processing 4.0.1. For reference, …
mglst updated
3 months ago
-
----------------------------------------------------------------------------------------------------
| Required Info | …
-
```
PShape s;
s = createShape();
translate(50, 50);
s.beginShape();
s.vertex(-40, -40);
s.vertex(40, -40);
s.vertex(40, 40);
s.vertex(-40, 40);
s.endShape(CLOSE);
s.beginShape();
s.begi…
-
I understand that some things are broken in the processing4 branch (apparently "it has major issues, like 3D renderer doesn't work: [issue](https://github.com/quil/quil/pull/337)"), but for my own use…
-
Not sure if this is because of the elliptical arc handling or how the path is being closed, but the current (as of 4.0 beta 8) SVG parsing produces this:
for this file:
```
```
…
-
## Description
I maintain a classroom of ubuntu 20.0.4 computers, multiple users, with unique accounts, per day need to be able to launch and run processing. Students started to complain that they we…
-
## Description
Title says it all. I tried to download the app and got a warning from windows that it quarantined the file immediately.
TrojanDownloader:Java/OpenConnection.PM
Discussed here w…
-
## Description
When trying to download on Windows 11, zip file will attempt to download. Upon completion, if you try to open the downloaded .zip file, it will give a warning …