p5.js-website-OLD icon indicating copy to clipboard operation
p5.js-website-OLD copied to clipboard

The website for p5.js.

Results 22 p5.js-website-OLD issues
Sort by recently updated
recently updated
newest added

onDeviceMove() and onDeviceTurn() examples do not work in the reference pages: http://p5js.org/reference/#/p5/onDeviceMove http://p5js.org/reference/#/p5/onDeviceTurn The functions work, as I tested them here: onDeviceMove(): http://bit.ly/1FNEQGx onDeviceTurn(): http://bit.ly/1JoSEvU They also worked when they...

Show how to use Javascript ability to create new functions (_closures_) so that we can obtain a parametrized sketch in different contexts. This wouldn't be a port from Processing, because...