-
### Increasing access
A more flexible renderer system enables p5.js to be used in a larger variety of rendering situation that a user may need, eg. to be print medium, controlling plotter/robot arm, …
-
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [ ] Utili…
-
### p5.js version
1.9.2, 1.9.1, 1.9.0, 1.4.0
### What is your operating system?
Android
### Web browser and version
firefox 124
### Actual Behavior
createCapture(VIDEO) fails with an empty erro…
-
Thanks to this library, it cut the render time a lot.
https://editor.p5js.org/AsukaMinato/sketches/ftth2jRtZ
This is the newton fractal set.
By q5
![image](https://user-images.githubuserco…
-
### p5.js version
v1.9.5 // Web Editor: v2.13.4
### What is your operating system?
iOS, iPadOS
### Web browser and version
Chrome: 126.0.6478.54; Firefox 127.1 (42781); iPadOS 17.5.1
…
-
I really like some of the features this adds and i would like to use it my sketches but noticed there was a createVector function in this library and i am wondering if that conflicts with the createVe…
-
### 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…
-
I am getting an error using the library with version `1.7.0` of p5.js.
```
TypeError: Cannot read properties of undefined (reading '__clearCanvas')
```
I created a sketch here for recreation p…
-
Im to create a pattern with transparency within p5.js but using rasterised shapes slowed down the browser too much so I opted for p5.js-svg. Sadly I cannot figure out how to create a circular cutout. …
-
Can we add two canvases to our P5 sketch that shie up on diffrrent locations on a web page to perform different task over each canvas
OR
Can we include two different '.js' sketches that show up on d…