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...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
### Increasing access By aiming to make the learning curve for p5.strands (therefore shaders) as easy as possible when coming from p5.js. As much as possible, p5.js functions should work...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
### Topic I was working on this sketch https://openprocessing.org/sketch/2664809 and `instanceID() / 10` gives a type error, but `0.1 * instanceID()` does not. For consistency and to reduce the number...
### Increasing access This would help p5 creators to follow [WCAG 2.3.3](https://www.w3.org/TR/WCAG22/#animation-from-interactions) by default. ### Most appropriate sub-area of p5.js? - [x] Accessibility - [ ] Color - [ ]...
### Increasing access This feature would help p5 creators to follow [WCAG 2.3.2](https://www.w3.org/TR/WCAG22/#seizures-and-physical-reactions), making their creations more accessible and safer. ### Most appropriate sub-area of p5.js? - [x] Accessibility -...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
### Increasing access This is a thing in WebGL so getting as close to this as possible in 2D can help with consistency. ### Most appropriate sub-area of p5.js? -...
## Issues Addresses #6560 Addresses #6766 ## Pull requests * #7276 * #7373 * #7471 * #7528 * #7583 * #7600 * #7601 * #7656 * #7703 ## Changes This...
### Increasing access Apparently [Zod 4 has some big performance bumps.](https://zod.dev/v4) Since FES uses Zod for parameter checking, and a big reason for people to turn FES off is to...