This is a very simple n body simulation I'm working on in love2d so i can learn the framework and try and understand some of the equations I've learned at school. After finishing the main simulation, I'm planning on implementing some of the more p…
This is a very simple n body simulation I’m working on in love2d so i can learn the framework and try and understand some of the equations I’ve learned at school. After finishing the main simulation, I’m planning on implementing some of the more popular optimization algorithms for this type of simulation.