Skip to content

n-body simulation with barnes-hut algorithm and velocity verlet integration

Notifications You must be signed in to change notification settings

VictorElHajj/rust-n-body

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-n-body

Goal is to implement a N-Body simulation in the Rust language using the Barnes-Hut algorithm and velocity verlet integration.

Optimization steps:

Todo: Track total system energy Better smoothing Generalize octree insertion (iterator over regions?)

About

n-body simulation with barnes-hut algorithm and velocity verlet integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages