p5.js
p5.js copied to clipboard
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processin...
Fixing docs for unit/visual testings.
# **Fix: Framebuffer Rendering Issue After `noTint()` Call** ### **Resolves** #7677 ## **Summary of Changes** This PR fixes a bug where calling `noTint()` before rendering a framebuffer would cause an...
### Increasing access Sometimes addons build off of other addons, or want to be compatible with other addons. Currently, every addon lifecycle stage will run addons' callbacks in the order...
Resolves #5750 Changes: Added a read-only `.isWebGL` flag to p5 instances. This flag is set in createCavnas. Included comments, no inline docs. Usage screenshot:  #### PR Checklist - [x]...
### Topic We are in the process of including [`describe()`](https://p5js.org/reference/#/p5/describe) in all reference code, as mentioned in the issue #5139: Use describe() to create accessible canvas descriptions in inline documentation....
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) to 3.0.9 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `tar-fs` from 2.1.1 to 3.0.9 Commits 2ceedf4 3.0.9 647447b check windows tweak (#115)...
This is a follow up update of PR #7598 Resolves #7680 Changes: Screenshots of the change: #### PR Checklist - [x] `npm run lint` passes - [ ] [Inline reference]...
### Increasing access In normal p5, users have access to functions like `rotate()`, `scale()`, etc. In p5.strands, if one wants to position particles, currently there is nothing that looks like...
### Increasing access FES internationalization improvement to match 1.x/2.x difference ### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...