collinsinclair / N-Body-Improved

Command line UI lets a user generate a variety of customizable N-body simulations in three dimensions.
0 stars 0 forks source link

N-Body-Improved

by Collin Sinclair and Brandon Korb (collectively, Snorto - see option 10 in the menu ;) )

More info here.


Welcome to my new-and-improved N-Body Simulation application! This command line-based app will walk you through selecting a customizing an N-body simulation of any of the following varieties:

Once the user provides input for all customizable values, the program will generate, save, and display an animation of the system.

Usage

Clone the repo to your device and navigate to its directory. First, to ensure that the simulation has all of the resources needed to run, use pip3 install -r requirements.txt or equivalent. It is also necessary to install ffmpeg to create the animation. Then, simply run python3 main.py and have fun!