hypergravity icon indicating copy to clipboard operation
hypergravity copied to clipboard

Optimize performance

Open krzema12 opened this issue 6 years ago • 1 comments

Apart from optimizing the physics calculations, try not to check for disabling gravity mode for each frame.

krzema12 avatar Jan 25 '18 08:01 krzema12

New frame is calculated every 1/60 s. It means that the program sleeps most of the time. It could calculate physics in the meantime, between re-rendering the view.

krzema12 avatar Jan 25 '18 09:01 krzema12