processing-docs
processing-docs copied to clipboard
[Deprecated] Processing reference, examples, tutorials, and website
**Issue by [REAS](https://github.com/REAS)** _Friday Jun 28, 2013 at 20:10 GMT_ _Originally opened as https://github.com/processing/processing-web-archive/issues/211_ ---
**Issue by [REAS](https://github.com/REAS)** _Thursday Feb 14, 2013 at 21:23 GMT_ _Originally opened as https://github.com/processing/processing-web-archive/issues/23_ --- Build a few basic examples that show how to work with vector fonts and images...
### 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...
### Issue description "==" operator fail with NaN confuses beginners float result = float(s); // String s = "something wrong" println(result); // prints NaN if (result == Float.NaN) throw new...
Something strange is going on with Syphon in sources.conf that I don't understand. sources.conf lists two urls for Syphon (why?): 041 \ https://github.com/Syphon/Processing/releases/download/latestv2/Syphon.txt 148 \ https://github.com/Syphon/Processing/releases/download/latest/Syphon.txt The first one ("latestv2")...
### 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 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 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...
https://github.com/processing/processing-video/issues/58
Documentation for Modes should, perhaps, be done along the lines of how the documentation has been done for Libraries and Tools, on the Github wiki. This issue is in reference...