processing-website
processing-website copied to clipboard
Repository for processing.org
I fixed the typos and line break issues mentioned in issue #464
Hey -- this updates my information on the contributor page. I was active from Summer 2010 to December 2010 and I consistently go by my surname now in most places
## Problem statement Currently, to open a Processing example in the Processing Development Environment (PDE), users have to manually copy and paste each tab from the Processing website to the...
## Context As part of the effort to improve the Processing website and editor, [a new feature](https://github.com/processing/processing4/releases/tag/processing-1292-4.2) has been introduced to allow users to open sketches and libraries directly in...
Fixes #445 Fixes #446 To create the `updatePdezFiles.js` script for updating `.pdez` files based on the provided information, and the `generatePdezContent()` function, the followiing code can be used. This script...
Since p5.js has a convenient function to make sketches accessible to screen readers, it would be a great idea to use it. Here's an example of how to do it:...
Addresses Issue: #312 Added the `describe()` function to the `liveSketch.js` examples rather than the `.pde` files. Please review the changes and provide some feedback on whether this should be modified....
fixed issue #465 Renamed the 'featured' on file - i18n/react-intl/en.json --------------------------------------- "featured": "Key Elements", --------------------------------------
Adds info about behavior of rotate() in P3D
This page has a link that is incorrect: https://processing.org/reference/PFont.html The incorrect link is at the bottom of the page in the related section: [PGraphics::textFont()](https://processing.org/reference/PGraphics_textFont_.html) The link should be: https://processing.org/reference/textFont_.html ``:)``