how to embed P5.js sketches
-
Hello,
Is there a way I could upload P5.js sketches as projects? I tried installing p5.js embedder plugin, but it doesnt seem to work with laytheme. Though it installed and activated successfully, it seems to break the media uploader interface. Any suggestions/work arounds would be really helpful. Below is a link for your reference.
https://courses.ideate.cmu.edu/15-104/f2017/embedding-p5-js/
Thanks,
Sunil -
Hi Sunil,
I think that will be a rather difficult one:
http://laytheme.com/documentation.html#custom-javascriptLaytheme is coded as a single javascript application. This is why some javascript things need adjustment.
Iframe is not a solution, I assume?
Best!
Marius
-
@mariusjopen said in how to embed P5.js sketches:
Iframe is not a solution, I assume?
Hi Marius,
Thanks for the quick revert. Im not very familiar with the HTML/CSS, but can manage some basic stuff in this medium. Could you elaborate a bit on the iframe?
Thanks,
Sunil