The 2.0 app export is nice, but runs my code slower than running an exported jar file in 1.5.1. Not sure if this is the same experience everyone is having, but if so, is there any work being done on bringing the exported apps to equally fast, if not faster, than the old jars?
The title says it all, basically all of my app runtimes are slower on 2.0 than on 1.5.1 when exported. Is this a known issue? Is there any way to speed up the applications in 2.0? Can I go back to exporting .jar files in 2.0?
I have a retina MBP, and when I run a Processing program it upsamples all graphics and as if the monitor were a regular resolution monitor. Is there a setting to have it recognize the HiDPI screen and render accordingly?
I'm running a program that does some computations that take about 30 seconds to do when I run it from the processing environment. If I export it as an application, it takes about the same amount of time on my Core2 Duo 3.5 year old macbook pro. If I export it as an applet and run it in Firefox, again, it takes the same amount of time. But if I run the applet in Safari, it takes 15 seconds to compute.
Does this have something to do with the fact that Safari is more tightly integrated to running in 64-bit mode? Can I change some setting to make my program run this fast in the Processing environment or as a stand-alone app as well?