-
Peasy cam doesn't load with the simple example provided in the readme - any ideas?
```
Uncaught TypeError: renderer.camera is not a function
at EasyCam.apply (p5.easycam.js:608)
at Eas…
-
@catarak @lmccart and I discussed this on a call yesterday. At some point in the future we'd like to have a library management system (#4), but for now we need a simple way to keep the p5.js version …
-
Hi there-
Here's an idea for improving the plugin.
The usecase: I'm using p5.dom to add in a slider that controls the animation. I'd like to be able to get that slider value back to the Angular cont…
-
For some reason, using the more recent versions of p5.js beyond 1.9.4 causes any sketch with a fill feature to break, in that the buffers get shifted around. Things shift from the center of the screen…
-
Hello,
In this script I have an edge check that should make a change when it hits the edges of the canvas
```js
edges() {
if (this.p.y >= height) {
this.p.y = height;
…
-
Apologies if this already exists, but would be very useful to be able to bulk download all sketches from the 'My Sketches' page
dhowe updated
11 months ago
-
http://learningprocessing.com/examples/chp08/example-08-02-twoobjects
My browser is:
`Version 87.0.4280.88 (Official Build) (arm64)`
From reading the source I was expecting to see two cars in…
-
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [ ] Utili…
-
Hi Dan,
I am working on your LearningProcessing 2e examples recently. Is there a way I can contribute here while I am learning from your code examples?
Please let me know if there is anything I can do…
-
### Increasing Access
It is confusing for a sketch to contain an asset which no longer exists.
### Feature enhancement details
Let's say that I create a sketch and upload an image to it. Then I go…