HolmanDev / NBSS

N-Body System Simulation
GNU General Public License v3.0
1 stars 1 forks source link

Precalculate orbit velocity optimization #19

Open HolmanDev opened 2 years ago

HolmanDev commented 2 years ago

Calculate the optimal initial velocity separately and store it so that it doesn't need to be generated again for every simulation. This also creates the need for an importer with a browse button.