Skip to content

msvst/n-body-simulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n-body-simulation

Simulation of the gravitational interaction of particles.

Installation and running

  • Clone this repository:
git clone https://github.com/wlad031/n-body-simulation nbody
cd nbody/
  • Install python dependencies:
pip install -r requirements.txt
  • Install python-tk if it isn't installed:
sudo apt-get install python-tk
  • Run application:
python run.py

Configuration

Application configurations are stored in app/config.py file. You can see an example and write your parameters.

About

Simulation of a dynamical system of particles (Python training project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%