Skip to content

3D Parallel (Intel TBB) N-Body Simulator in OpenGL. Two versions: Naive n-body and Barnes-Hut.

Notifications You must be signed in to change notification settings

temp3rr0r/AnimatorGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Parallel N-Body Simulator in OpenGL

Simulations of dynamical systems of particles are often used in physics to predict behavior of planets, stars, galaxies, gas particles... The interaction between particles is described by physically sound equations and ”integrated” in time to predict the outcome of the simulation.

Features

Uses the Barnes-Hut algorithm and the Naive N-Body algorithm to simulate particle gravity interactions in C++ 11 Parallelization using Intel Thread Building Blocks OpenGL for the 3D visualisation.

Documentation

Documentation comparing the speed-up between the serial and parallel versions: https://onedrive.live.com/redir?resid=F3C315EB7F683B03!16208&authkey=!ABgFWP56pvq2rCs&ithint=file%2cpdf

References

About

3D Parallel (Intel TBB) N-Body Simulator in OpenGL. Two versions: Naive n-body and Barnes-Hut.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages