-
In this line https://github.com/processing/p5.js-website/blob/6059b79c9ab1954b080cf38e6e7a61509a115ce5/src/scripts/p5-version.ts#L11
Only the p5.js library version is updated and it will overwrite …
-
### Increasing access
unsure
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [X] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Ma…
-
We could look at using the P5.js library to do some graphic rendering. Could be interesting to build it in properly as we could have fully automated graphics (e.g. auto pulling votes and that type of …
-
```
> uname -a
OpenBSD example.com 7.6 GENERIC.MP#338 amd64
```
`> pkg_info | grep p5- | awk '{print $1}'`
No perl packages at all. This is a new system.
```
> doas pkg_add p5-Mail-Milter…
-
In the old p5.sound library, we had these docs: https://archive.p5js.org/reference/#/p5/userStartAudio
I think we still have it here, but just without doc comments: https://github.com/processing/p5…
-
I guess there's a larger question of how the p5.js library gets updated. But for now, it would be great to make sure the most recent (0.4.21) is used as there's a [key transformation bug](https://git…
-
### Increasing Access
Currently most of the sketches are ported from the Processing archive. While inspiring, it can be frustrating for users looking for p5 native examples. A filter would make the U…
-
# P5 Libraries | Compci Blogs
Lesson for libraries in Python
[https://nighthawkcoders.github.io/teacher/2023/10/21/P5_Libraries_IPYNB_2_.html](https://nighthawkcoders.github.io/teacher/2023/10/21/P5…
-
I am using pycairo as headless canvas. But its API isn't compatible with processing's.
If P5 can be used as headless canvas, it would be great.
If yes, how to use it? I couldn't find such inform…
-
The module builds and installs fine, but tests fail (performing them inside the MacPorts package manager, port):
time port -vs test p5.34-fcgi p5.38-fcgi
---> Computing dependencies for p5.34-fcgi…