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...
### Increasing Access For many creative coding projects that involve the webcam, we want to display the horizontally flipped webcam footage rather than the original footage. The flipped footage resembles...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [X] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events -...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
### Increasing access Proposal to implement functions like screenX(), screenY(), screenZ() in processing. I often see suggestions that p5.js also needs a function to calculate screen coordinates. I thought it...
Resolves #7077 Removed default camera creation code in `createCamera()` method Changes: Screenshots of the change: #### PR Checklist - [x] `npm run lint` passes - [ ] [Inline documentation] is...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
### Topic When debugging https://github.com/processing/p5.js/issues/7071 with @Vishal2002, we noticed a bug in my original bug report's code: I was creating a framebuffer camera in `setup` with `createCamera`, and it was...
Resolves #6924 Changes: This change allows to render diffuse textures specified in the .mtl files while rendering the model. To implement this, a JS object has been added to the...
### Increasing access My sense is that this proposal affects maintainability and sustainability more than accessibility. That said, a smaller, more focused core library could be viewed as more accessible...
### Increasing access Would allow developers of low technical skill to freely use the right mouse button in their sketches without having to copy/paste cryptic lines from StackOverflow. ### Most...