processing-website
processing-website copied to clipboard
Repository for processing.org
### Issue description image(img, dx, dy, dw, dh, sx, sy, sw, sh); Drawing part of an image (from a sprite sheet, for example) is really important. It comes up in...
Moved from https://github.com/processing/processing/issues/4435
### Issue description When installing Processing to **Ubuntu 16.04** I noticed that it's not very straighforward to find information on **how to install** processing. I had to go google "how...
### Issue description I am not able to set the "host" for a processing network server. I have a lap top computer and ipconfig returns several NICs some of which...
### Issue description textWidth() is listed as a "attribute", but seems to be a "metric" ### URL(s) of affected page(s) [https://processing.org/reference/](https://processing.org/reference/) [https://processing.org/reference/textWidth_.html](https://processing.org/reference/textWidth_.html) ### Proposed fix Move textWidth() to the "Metrics"...
### 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...
https://github.com/processing/processing-video/issues/58
### Issue description while the example is correct, the documentation is wrong Syntax curveTangent(a, b, c, d, t) Parameters a float: coordinate of first point on the curve b float:...
### 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...