NiftyNico / UniverseSim

MIT License
0 stars 0 forks source link

Runtime creation of new objects #6

Open programmingmind opened 9 years ago

programmingmind commented 9 years ago

Maybe have an option to spawn new planets at an arbitrary time since a lot of the planets collide early on

programmingmind commented 9 years ago

maybe should do that in the draw step, so the draw func looks like

sim->pause() for mass in masses    draw() add new masses sim->resume()