How to run processing.js?
in
Processing with Other Languages
•
2 years ago
Hi!
I would like to upload a sketch onto my website.. and somehow its not working...
So , i guess i need to upload:
- processing.js
- my.html
- my.pde – sketch
... onto my server, ...?
... and the html code would look like this ...?
I would like to upload a sketch onto my website.. and somehow its not working...
So , i guess i need to upload:
- processing.js
- my.html
- my.pde – sketch
... onto my server, ...?
... and the html code would look like this ...?
- <!DOCTYPE html>
- <html>
- <head>
- <script src="../../procesing.js"></script>
- </head>
- <body>
- <canvas data-processing-sources="webTest.pde"></canvas>
- </body>
- </html>
2