p5.js icon indicating copy to clipboard operation
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...

Results 444 p5.js issues
Sort by recently updated
recently updated
newest added

### 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...

Area:DOM
Feature Request

### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [X] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events -...

Bug
Area:Core
Area:WebGL

### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...

Bug
Internationalization

### 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...

Feature Request
Area:WebGL
p5.js 2.0

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...

Bug
Area:WebGL
Friendly Errors

### 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...

Discussion
p5.js 2.0

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...

p5.js 2.0

### 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...

Area:DOM
Feature Request
Area:Events