processing-docs icon indicating copy to clipboard operation
processing-docs copied to clipboard

[Deprecated] Processing reference, examples, tutorials, and website

Results 71 processing-docs issues
Sort by recently updated
recently updated
newest added

### Issue description The docs reads: "Calculates a color between two colors at a specific increment. " The word "increment" normally means "an amount to be added", but in this...

### Issue description Small error in example code, the example contains two void draw()s, instead of one void start() and one void draw(). Proposed fix is to modify the first...

### Issue description What is the max baud rate that I can set on the serial port using the serial library ### URL(s) of affected page(s) ### Proposed fix

### Issue description Examples shown encourage users who wants to draw multiple consecutive line segments to use "*With no mode specified, the shape can be any irregular polygon*". But the...

### mistake in comments line 8 import processing.sound.*; SawOsc saw; void setup() { size(640, 360); background(255); **// Create square wave oscillator.** saw = new SawOsc(this); saw.play(); } void draw() {...

### Issue description ### URL(s) of affected page(s) ### Proposed fix

### Issue description The example code for beginRaw and endRaw does not work. Those functions are not available for the default renderer. I'm happy to make a PR for this...

Issue description ex. `for (int i = 0; i < 10; i+=0.1) {}` Trying to change an declared integer in a for loop by a float amount causes high CPU...

### Issue description Hello Can i not impor a simple image in Ipad Processing?. I cant understand why not? Greetings ### URL(s) of affected page(s) ### Proposed fix

### Issue description Steps to reproduce: (28 November 2020) OS Windows 10 Pro, latest version; Microsoft Edge, latest version. F-Secure anti-virus, fully up-to-date: ![F-SecureVersion](https://user-images.githubusercontent.com/75161802/100499186-691b8f00-315f-11eb-80ce-575d259cf792.PNG) Downloaded zip file of processing/docs (28...