processing-docs icon indicating copy to clipboard operation
processing-docs copied to clipboard

[Deprecated] Processing reference, examples, tutorials, and website

Results 71 processing-docs issues
Sort by recently updated
recently updated
newest added

### Issue description createReader() example line 12 has an error. String[] pieces = split(line, TAB); ### URL(s) of affected page(s) https://processing.org/reference/createReader_.html ### Proposed fix should read String[] pieces = split(line,...

### Issue description The docs state: ``` BLEND - linear interpolation of colours: C = A*factor + B. This is the default blending mode. ``` But linear interpolation would be...

### Issue description The reference page for image() does not document the functionality for drawing a clipped section of the source image. I ended up having to figure out the...

There is no reference for the Video library in the javadocs.

### Issue description `raw.github.com` does not always redirect to `raw.githubusercontent.com`, resulting in dead links for some users. > In order to better isolate your content from potentially malicious content uploaded...

We have code in the Reference, Tutorials, and Examples. Ideally, all of the code can have syntax highlighting that is identical to the PDE.

enhancement

**Issue by [REAS](https://github.com/REAS)** _Thursday Jun 05, 2014 at 18:40 GMT_ _Originally opened as https://github.com/processing/processing-web-archive/issues/433_ --- We should create simpler and more shader examples. Some that show both ways, with Processing...

enhancement
help wanted

**Issue by [alignedleft](https://github.com/alignedleft)** _Tuesday Apr 08, 2014 at 15:56 GMT_ _Originally opened as https://github.com/processing/processing-web-archive/issues/379_ --- Website is missing a 404 page. For example, visit: http://processing.org/292397ry23873r87g

high priority

**Issue by [shiffman](https://github.com/shiffman)** _Tuesday Oct 08, 2013 at 14:31 GMT_ _Originally opened as https://github.com/processing/processing-web-archive/issues/265_ --- I was going over blendMode with a couple students today and noticed it would be...

enhancement

**Issue by [muroshi](https://github.com/muroshi)** _Friday Jul 19, 2013 at 17:10 GMT_ _Originally opened as https://github.com/processing/processing-web-archive/issues/226_ --- I hope you find a way to format the reference in a way that one...

enhancement