Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 564 Bytes

GPU Accelerated N-Body Simulation

I used OpenGL to implement a GPU-accelerated N-Body simulation. Parts of the camera and shader utility classes are based on code found here. A few examples of my program are shown below:

Collision of Spheres: 16K Particles

sphere collision

Collision of Walls: 16K Particles

wall collision

Dual Sphere Implosion: 16K Particles

dual sphere implosion