Skip to content

lukasboettcher/nbody-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rust N-BODY Simulation

Generate orbital data for the sun system.

cargo run --release > pos.out

Then plot the generated orbital data.

python3 -m venv python/venv
. python/venv/bin/activate
pip install -r python/requirements.txt
python python/plot.py

About

Simple Rust N-BODY Simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published