processing-docs
processing-docs copied to clipboard
[Deprecated] Processing reference, examples, tutorials, and website
``` float angle; void setup() { size(400, 400, P3D); noStroke(); } void draw() { background(0); pointLight(200, 200, 200, width/2, height/2, -200); translate(width/2, height/2); rotateY(angle); beginShape(QUADS); normal(0, 0, 1); fill(50, 50,...
Because there's a single template to build all of the reference pages, the Library reference pages have the wrong left-nav option selected (`Reference` and not `Libraries`). Also, they can't have...
### 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 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...
Hello, how are the parameters used in the various types of selectInput calls? Only the "public void selectInput(String prompt, String callback)" seems to be described, either on the web page...
http://www.lagers.org.uk/steganography http://www.friendsofed.com/book.html?isbn=159059617X http://www.yannickmathey.com/prototyp http://feltron.com/ar09_01.html http://www.uphs.upenn.edu/ime/PJones/ http://www.mos-office.net/project/2008_Onthevergeofcollapse http://www.mos-office.net/project/2008_MOScat http://www.mos-office.net/project/2008_9_ComputationalPile http://www.mos-office.net/project/2008_Arcade http://portal.mace-project.eu/maeve/ http://www.johnhouck.com/p/ http://transition.turbulence.org/Works/mypocket/ http://www.flight404.com/blog/?p=99 http://nervo.tv/index.html?sect=5&proj=foxmovies http://phl.kontxt.net http://www.fidgt.com/visualize/ http://www.movingbrands.com/?category_name=kef-work http://www.stanford.edu/~sdkamvar/ http://www.johnhouck.com/works/morphosis_05/index.html http://www.osmankhan.com/networth/ http://flight404.com/vj/exhibit.html http://php.chol.com/~atwork/index.htm http://proce55ing.beyondthree.com http://www.seetron.com/slcds.htm http://www.jtnimoy.com http://www.interaction.rca.ac.uk/alumni/99-01/william/ https://processing.org/reference/add.html https://github.com/shiffman/The-Nature-of-Code-Examples/tree/master/Processing/chp1_vectors file:///home/david/processing-1.0.9/reference/vertex_.html/home/david/processing-1.0.9/reference/vertex_.html http://www.bitforms.com/artist_vogel.html...
The [common errors wiki](https://github.com/processing/processing/wiki/Common-Errors) needs to be rewritten. It should use the language from the new error messages in 3.0 and also could serve as a more general introduction to...
E.g. [here](https://processing.org/reference/background_.html) it would be great if `draw()`, `setup()`, `tint()` etc. were all clickable links that went to the corresponding reference page for that function.
MInor thing: the code on page 183, exercise 14-21 shows noStroke and fill while the image that illustrates the code and the code itself in the exercise files shows noFill...
Moved from https://github.com/processing/processing/issues/4435