The library is available from JSDelivr:
- p5.js - https://cdn.jsdelivr.net/npm/p5@2.0.0-beta.4/lib/p5.js
- p5.min.js - https://cdn.jsdelivr.net/npm/p5@2.0.0-beta.4/lib/p5.min.js
You can duplicate this p5.js web editor project: https://editor.p5js.org/limzykenneth/sketches/FF4krBr6P
You can also import p5 directly from NPM as an ESM module. More documentation on ESM usage to come.
What's Changed
What's Changed 🎊
- Fix: Preserve canvas position when calling noSmooth() in WEBGL by @ImRAJAS-SAMSE in #7568
- Add back WebGL matrices via getters by @davepagurek in #7588
- Add filter shader hooks by @davepagurek in #7582
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4