HAL20000 / slingshot

Simple 2D shooting strategy game set in space, with gravity
GNU General Public License v2.0
2 stars 0 forks source link

Adaptive step size #3

Open HAL20000 opened 5 years ago

HAL20000 commented 5 years ago

When Black Hole are present in the system, trajectories often show a somewhat non-differentiable behaviour reltated to a too small step-size in the numerical integration of the equations of motion. A refinde approach using e.g. an adaptive step size should at some point be implemented in order to produce a better gaming experience.

HAL20000 commented 5 years ago

Cf. branch feature/better-numerics