Releases: processing/p5.js
Releases · processing/p5.js
0.4.19
0.4.18
p5.dom
- add center() function
- add createRadio() function
- fix to select() to work with more objects
- .style() now works with loadFont()
p5.sound
- update to version 0.2.16
webgl
- fixes to texture binding
- add 3D distance function
- various updates and fixes
core
- add identifier to touch objects
- add error callbacks for load functions
- fix to loadPixels() for capture
- fix to capture when drawing into canvas using image()
- change from devicePixelScaling() to pixelDensity()
- round pixelDensity to int to fix firefox
- color refactor
- fix to saveStrings()
- handling of dragging with mouseIsPressed variable
- added docs and tests for dom
0.4.17
0.4.16
0.4.15
0.4.14
- WEBGL mode! 3D, lights, camera, etc
- fixes to preload, now allows callback
- error message for loadJSON and loadStrings
- createSlider fix
- expose all arguments of drawImage() to image()
- optimization of arguments slice
- fixes to rotation and acceleration functionality