We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm experimenting the possibility of running multiple sketches in the same page. The best way to do this I think without much conflicts is creating an iframe for each of the sketch. I'm trying to create a React component which returns a sketch canvas embedded in an iframe by taking in the sketch.js code as the argument. Is it practically possible to create this?
Answers
https://Forum.Processing.org/two/discussions/tagged/iframe
https://Forum.Processing.org/two/discussions/tagged/react
See also:
Lots of material, demo code, walkthrough tutorials and video.