processing.js on website
in
Processing with Other Languages
•
28 days ago
Hi,
I'm having a problem putting a processing sketch on my website. Does anyone have experience doing this?
I'm using an amazon S3 bucket so I've uploaded the web-export folder you get when you export the sketch from javascript mode.
Then in my html file I've written:
- <head>
- <script src="processing-1.4.1.js"></script>
- </head>
- <body>
- <canvas id="mysketch" data-processing-sources="newtreenoface.pde" width="1626" height="635"></canvas>
- </body>
The sketch isn't showing up in any browser I've tested.
1