processing-docs
processing-docs copied to clipboard
[Deprecated] Processing reference, examples, tutorials, and website
An item to add to the documentation: the page for [image()](https://processing.org/reference/image_.html) does not mention that there is another version of this function that takes nine inputs, where the last four...
## Description 1. The reference for [Serial.write](https://processing.org/reference/libraries/serial/Serial_write_.html) implies that you can have one or more parameters of type byte[], String or int. As far as I can see it accepts...
### Issue description The example "Words" draws vertical lines to show how the text aligns relative to the line. The javascript preview doesn't show these lines. The line commands are...
### Issue description The Reference for the saveFrame() function is wrong. It states numbered frames will be saved as 0001, 0002, 0003, etc. The numbers actually saved are the frameCount....
### Issue description nf() function reference could use a better description. As of now the text says: > Utility function for formatting numbers into strings. There are two versions: one...
### Issue description Compare the example distributed with Processing 3 with the output of WaveGradient.js. Notice that the left side is different. https://github.com/processing/processing-docs/blob/master/content/examples_p5/Basics/Color/WaveGradient/WaveGradient.js  ### URL(s) of affected page(s) ###...
### Issue description Indicate the direction that the vector will be rotated in, in order to avoid any ambiguity. ### URL(s) of affected page(s) https://processing.org/reference/PVector_rotate_.html ### Proposed fix Rotates a...
### Issue description The alphamask example https://processing.org/examples/alphamask.html has a P5.js preview over the code. When the Processing example is loaded from the Processing editor - the sketch doesn't behave the...
### Issue description if conncted to a port say "COM5". if "COM5" is disconncted for any reason, the serial.list() will still show that "COM5" exists even if connction is stopped...
### Issue description The manual has a series of examples of transformations. One of them is the scale example. It contains the following comment: > Paramenters for the scale() function...