| Can you make Startrail use less CPU time? |
| Saturday, 01 September 2007 10:21 | |
|
Unfortunately, no. The reason is that it's not properly the app that takes this CPU time, but it is the Quartz Extreme rendering. This rendering goes on even when the mouse cursor is still, even if there is nothing on screen to render (no particles). The rendering cannot be stopped when the mouse stops, the message to stop reaches Quartz at a wrong time and the app crashes.
|