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...
#### Nature of issue? - [X] Found a bug - [ ] Existing feature enhancement - [ ] New feature request #### Most appropriate sub-area of p5.js? - [ ]...
### Increasing Access This will help beginners, especially if they're copying a project as a template. ### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [...
### Topic I was not sure whether this was a bug or intentional behaviour, so I filed it under discussion... I have noticed that a large number of functions do...
### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ]...
### Increasing Access I believe the Friendly Error System increases access by helping novice users recover from coding errors. Decoupling the Friendly Error System to a standalone package might further...
### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ]...
#### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ]...
### How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to p5.js? p5.js could show an error message when `colorMode()` is passed an invalid color mode, instead of silently ignoring it....
#### Most appropriate sub-area of p5.js? - [ ] Color - [x] Core/Environment/Rendering - [ ] Data - [ ] Events - [ ] Image - [ ] IO -...
#### Nature of issue? - [ ] Found a bug - [ ] Existing feature enhancement - [x] New feature request In various parts of the codebase, there are console...