processing-website
processing-website copied to clipboard
Repository for processing.org
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...
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,...
### Issue description These links from the processing.org libraries page https://processing.org/reference/libraries/ are broken / 404, and need to be updated or removed: - Andres Colubri -- home domain is gone...
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! 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
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...
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...
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...
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...
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...