processing-website
processing-website copied to clipboard
Repository for processing.org
### 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...
There is no reference for the Video library in the javadocs.
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 Steps to reproduce: (28 November 2020) OS Windows 10 Pro, latest version; Microsoft Edge, latest version. F-Secure anti-virus, fully up-to-date:  Downloaded zip file of processing/docs (28...
### 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 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 ### 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...
### 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 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...