An open API service indexing awesome lists of open source software.

https://github.com/abatten/gravitational-nbody-visualisation

Simulates the motion of particles via gravitational interaction
https://github.com/abatten/gravitational-nbody-visualisation

Last synced: 5 months ago
JSON representation

Simulates the motion of particles via gravitational interaction

Awesome Lists containing this project

README

          

# Gravitational n-Body

Python code to simulate the trajectories of particles that interact
gravitationally.

To use:

Edit grav_nbody_rk4.py and add particles with masses and velocities. Then run:

`python grav_nbody_rk4.py`

NOTE: Still in very early developement.