Hi everybody,
First of all I want to premise that I am not an expert in this field.
What I would like to do is inert a Processing sketch into a project of my website (which I am doing locally).
I am very confused, because there are several plugins that should help you to do it but none is working for me.
After two days of activate and deactivate plugins, I randomly(?!) managed to work one of my sketch but just for the home page. Why? Because I've put the scripts that recall the library and the one that read the sketch in the Custom <head> content; specifically these two scripts:
<script src="//cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script>
<script src="pcinque.js"></script>
If I put them in a post of a project it doesn't work. Nothing appears.
I followed this guide.
I know that I probably missing something...
Is there anybody who has already worked with p5.js?
Thanks in advance! :)
M.L.
p.s. if you need it for some test here you have my test sketch