Increasing efficiency of N-Body gravity simulation
- by Postman
I'm making a space exploration type game, it will have many planets and other objects that will all have realistic gravity.
I currently have a system in place that works, but if the number of planets goes above 70, the FPS decreases an practically exponential rates. I'm making it in C# and XNA.
My guess is that I should be able to do gravity…