- File size:
- 127 MB
- Date added:
- Jan 18, 2020 | Last update check: 1 minute ago
- Licence:
- Open-source / Free
- Runs on:
- Windows
Processing is a free and open-source Java-based scripting environment for visual designers.
For more information please visit https://download.archsupply.com/get/download-processing-2/.
What’s new in version 3.5:
- Added circle() and square() methods.
- Added push() and pop() for parity with p5.js
- Non-US keyboards have trouble with a couple of shortcuts, so their implementation has been moved to the language files.
- Make JSONObject.quote() (both versions) public
- Change behavior of the remove() method in IntDict, FloatDict, etc.
It now returns the value removed, for consistency with the other remove functions (and most usefulness). In some cases, was returning the index, which isn’t as useful. If remove() is called on a value that does not exist, an runtime exception will be thrown because there’s no sensible way to indicate that nothing was removed. This is also more consistent with removeIndex() throwing and exception when the specified index is not available.
For a full list of improvements please visit revisions.txt.