Zap the PRAM!? Think of the children! Sorry that was unhelpful, I don't really have much insight into the mac stuff, I just use Processing's "export app" and I'm sure it isn't necessarily very optimised. Actually I know the whole controller is a bit of a resource hog and I've been putting off dealing with it. It doesn't actually do an awful lot on it's own, but I think the problem is that it's constantly redrawing - I need a smarter way of doing that. HTML5 is the natural next step.
My only suggestion would be to try running from source, see if being a native app allows the OS to make any more sense of it. Wee bit of a pain to set up (Processing and then libraries), but not difficult.
Re the image importing, they're pulled in as pure pixels, no dpi data, so I guess it was just taking a looong time to load? Really big SVGs can take a long time to load too, and unfortunately there's no indication about whether the application is working away, or whether it's just fallen over dead and rolled into a ditch.
|