react-p5 icon indicating copy to clipboard operation
react-p5 copied to clipboard

🎨 This Component lets you integrate p5 Sketches into your React App.

Results 11 react-p5 issues
Sort by recently updated
recently updated
newest added

I've noticed that when I use the strict mode HOC I get two canvases rendering on the page. Perhaps I missed it in the docs but I didn't see this...

Hello, Currently, I'm working on one project and I need to read the image from input and show it in p5 canvas. I'm trying it now, but it does not...

Hi, I got everything to work fine in React but the user input functions like mouseOver(), keyPressed(), etc, although they can be seen as correctly defined on console logging, they...

Hello, I am facing trouble to load the p5 js but it's showing error in iphone 12. ``` const setup = (p5: any, parent: any) => { p5.createCanvas(2000, 2000).parent(parent); //...

Hi @Gherciu, Thanks for keeping maintenance this great project! We are building an app that uses the [p5 shader](https://p5js.org/reference/#/p5/shader) to render a scene. Initially we are loading [this shader](https://glitch.com/~one-color) (using...

Hey @Gherciu ! Thank again for your work! Could you elaborate on how to go about local development of the package? --- I wanted to create this issue specifically for...

enhancement

Would it be possible to use https://github.com/zenozeng/p5.js-svg with this library so we can export the canvas as svg ? This would be amazing.

I'm trying to embed a p5.js sketch using this library in a project I'm working on. The following sketch yields the following error: ``` index.js:47 TypeError: Cannot read property 'remove'...

I want to use p5.Vector class. How should I do that?