Re: [racket] moby: problem running on-tick and on-acceleration simultaneously on android

2010-11-24 Thread Danny Yoo
> Perhaps my question was a bit too rash, I should perform some more tests > before (at least before causing you more work :-; ) > I'll try to come back with some more substantial result (in fact I didn't > investigate if the problem was general CPU overload, or had to do with the > simultaneous

Re: [racket] moby: problem running on-tick and on-acceleration simultaneously on android

2010-11-23 Thread keyd...@gmx.de
> It might be that the velocity calculations really need to be done from > the Java side of things to get the right performance. If that's the > case, I can sketch out the extensions to Phonegap. Perhaps my question was a bit too rash, I should perform some more tests before (at least before ca

Re: [racket] moby: problem running on-tick and on-acceleration simultaneously on android

2010-11-22 Thread Danny Yoo
> on my phone, when I use on-acceleration (updating every 0.1 seconds, as is > the default in moby's phonegap fork) and on-tick (delay = 1sec) together, > on-tick gets extremely slowed down, that is, completely unusable... > Does anyone have a similar experience, and perhaps an idea what to do he

[racket] moby: problem running on-tick and on-acceleration simultaneously on android

2010-11-22 Thread keyd...@gmx.de
Hi, on my phone, when I use on-acceleration (updating every 0.1 seconds, as is the default in moby's phonegap fork) and on-tick (delay = 1sec) together, on-tick gets extremely slowed down, that is, completely unusable... Does anyone have a similar experience, and perhaps an idea what to do here?