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 - [x] New feature request #### Most appropriate sub-area of p5.js? - [ ] Color...
### How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to p5.js? Potential to expand capability of p5's WebGL mode. #### Most appropriate sub-area of p5.js? - [x] WebGL #### Feature...
### Increasing access Typography module enables text based work to be done in the canvas, creating more possibilities of interaction between free drawing in pixels and text. There are also...
### Increasing access - **Making shaders easier to learn:** currently, from my personal experience teaching and from what I've heard from developers who do not yet know shaders, shaders are...
### Topic Written for the p5.js Documentation Organization & Accessibility project, this issue proposes a plan for upcoming improvements to p5's accessibility features. ## Background on Existing Features p5's gridOutput()...
### Increasing access Addon libraries have always been an important part of the p5.js ecosystem, expanding its capabilities with community contributed features that solve problems that p5.js itself may not...
### Increasing access A modern and efficient build and test system significantly reduces the time and compute resource necessary to run build and tests of p5.js. Utilizing current best practice...
### Increasing access Unsure ### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM...
#### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ]...
Hi! This came up while fixing a problem with duplicate GIF timing (see discussion in #4824 ). Wanted to ask a larger question about timing and `deltaTime` here before throwing...