-
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [ ] Utili…
-
Each browser only supports a relatively small finite number of WebGL contexts. Once this limit is reached, the browser unceremoniously discards some context each time a new one is created. The limit a…
-
I worked with p5js and there is this nice feature of multiple canvases that you can define extra canvases to paint without interfering with the main canvas. One can be found here:
https://editor.p5…
-
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [ ] Utili…
-
Hi there!
@kjhollen and I have been working on web accessibility for p5.js during the summer. We want to open up the conversation about what should happen next and where should our community direct…
lm-n updated
5 months ago
-
I was thinking about how to implement two-port sketches today. In Processing, the port generating the event is returned to serialEvent as a parameter like so:
```
void serialEvent(port) {
}
```
Wit…
tigoe updated
7 years ago
-
#### Most appropriate sub-area of p5.js?
- [x] Core/Environment/Rendering
- [x] WebGL
#### Details about the bug:
- p5.js version: 1.0.0
- Web browser and version: Chrome 80.0.3987.149
- O…
-
### Increasing Access
Eliminating jitter could provide a better experience for users.
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [X] Core/Environment/Rendering
- [ ] …
-
### Increasing Access
The addition of keyboard shortcuts for various editor functions would enhance accessibility to the p5.js Web Editor by providing a more streamlined and efficient user interface.…
-
Hello Dan :smile:
Numberphile recently posted a video on chaos theory, illustrated with bouncing balls (https://www.youtube.com/watch?v=6z4qRhpBIyA).
This could make a great coding challenge :s…