processing-docs
processing-docs copied to clipboard
[Deprecated] Processing reference, examples, tutorials, and website
Hi! you may want to review the content of the exercise folders, since they stop matching the examples on the book. The exercise 13-16 doesn't exist either. Cheers
Hacking on the reference for processing-io I ran into two things that I couldn't get to work - and I think which might be limitations of the script that cranks...
I was studing the [PShader tutorial](https://processing.org/tutorials/pshader/), in particular the textured point sprite example **10.2** (Sketch that renders sprites using a custom point shader). It refers to three input images (cloud1.png,...
Hacking on the reference for processing-io I ran into two things that I couldn't get to work - and I think which might be limitations of the script that cranks...
Hi, Stroke() and other color setting methods don't mention at all that you can use color-datatype to set the color, not just numbers. It's missing from syntax and examples. It...
I'm opening an issue to track porting WEBGL versions of Processing P3D examples for processing.org. I am happy to take this on, I would hope to get to it this...
**Issue by [REAS](https://github.com/REAS)** _Thursday Feb 14, 2013 at 21:39 GMT_ _Originally opened as https://github.com/processing/processing-web-archive/issues/29_ ---
### Issue description The parameters are too confusing! `v` has two meanings. ### URL(s) of affected page(s) https://processing.org/reference/vertex_.html ### Proposed fix Please replace `vertex(v)` with something like `vertex(a)`, then state...
### Issue description The reference on blendMode() says: > REPLACE - the pixels entirely replace the others and don't utilize alpha (transparency) values This is confusing to me, it feels...
### Issue description The code on page 101 of Processing 2nd edition is 7-32 not 7-23... ### URL(s) of affected page(s) https://github.com/processing/processing-docs/wiki/Processing-Handbook-Errata ### Proposed fix "pp. 101 - Line 13...