I have a few sketches that I want to embed, through processing,js, on a website that i'm building.
Currently on slower browsers, the sketch starts running before all the images load. Is there anyway to have the images pre-load before other stuff (ie the draw loop) starts running?
Anyone know how to change the favicon on a page that has processing.js? I made a canvas element for a webpage, and it automatically gives that page the processing favicon. I made my own favicon.ico file, but it still uses the processing one.