giulioforesto / planets

A 2D plotted planets movement simulator
0 stars 0 forks source link

GUI lags #37

Open gabrielfougeron opened 9 years ago

gabrielfougeron commented 9 years ago

The new trajectory displaying GUI is extremely slow when the size of the input becomes larger than a few planets. On my computer, the exported version runs at 5 fps for 10 bodies. For 100 bodies, the file doesn't seem to be playable.

Tests files can be found on Dropbox in the tests/ directory

giulioforesto commented 9 years ago

Ha oué chaud.

giulioforesto commented 9 years ago

Program stopping responding seems to be due to trace display and not to data volume issues. Indeed, all files play correctly without trace display but don't with it (collisions1/2.txt). Even after a while, with a reduced number of planets, the program stops responding when trying to display the trace. It is definitely a trace problem.

Splitted in two issues: #37 for lag issue and #42 .