-
Hello, I am extremely new to all this so pardon me for all the mistakes that I might commit.
I have been trying to use SVG animations inside the HTML div with id p5_loading as mentioned [here](htt…
-
As I remember here,in P5 was some kind of function which Dan used(or someone just mentioned it in chat) in stream which I can't find.
He used it to make animations look better,not so abruptly.Can't f…
-
#### saveFrames seems to behave erratically
- [x] Found a bug
I'm trying to create exact (frame-by-frame) animations from p5.js in either GIF or MP4. saveFrames() seems to be the way to go: …
-
Everything was working fine for a while with a program I have until Chrome was recently updated to v56. On the desktop, it still seems to work fine, but if you're on mobile or use the emulator in the …
-
Switching between blendMode(ADD) and blendMode(BLEND) doesn't seem to work correctly in Firefox, both desktop and mobile. Once blendMode(ADD) is called it stays in ADD and doesn't go back to BLEND.
…
-
All functions without returns can return a reference to the p5 instance, to allow functions to be chained as per common JS practice. An example:
``` javascript
textFont(afont).textSize(18).text("my h…
dhowe updated
7 years ago
-
I am currently working on developing an application that requires the dynamic execution of p5.js files and for them to be rendered on a page. I am however running into an issue where if createCanvas()…
ghost updated
8 years ago
-
At Eyeo, I had a great conversation with @sciutoalex, who is interested in seeing if he can construct a library that allows p5 sketches to integrate with (or instantiate) d3 sketches. In particular, …
-
If I set a `framerate(60)` I don't get 60 FPS, I get 30. If I set 120 (or higher) I get 60.
If I have analyzed correctly the code the main animation loop is at [/src/core/core.js#L260](https://github…
zaerl updated
9 years ago
-
So the actual demo code has gotten pretty intense with optimizations and popcorn hooks, so I think it would be best to kind of start from scratch and present examples in global mode that illustrate co…