What are some algorithms that will allow me to simulate planetary physics?

前端 未结 12 575
离开以前
离开以前 2021-01-30 17:37

I\'m interested in doing a \"Solar System\" simulator that will allow me to simulate the rotational and gravitational forces of planets and stars.

I\'d like to be able t

12条回答
  •  旧时难觅i
    2021-01-30 18:04

    If you're simulating physics, I highly recommend Box2D.
    It's a great physics simulator, and will really cut down the amount of boiler plate you'll need, with physics simulating.

提交回复
热议问题