bergsm / ParticleSim

Particle Simulation using OpenCL and OpenGL frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle Simulation using OpenCL and OpenGL frameworks. Initially a class project for CS475, Introduction to Parallel Programming.

The simulation initializes a set of particles above two round spheres. Once the simulation starts the particles behave as if under the influence of gravity. If the particles "bounce" off of the spheres, they change color to reflect the color of the sphere they bounced off of.

The program also records peformance as a measure of particle calculations per second and can be used to determine utilization of GPU.

About

Particle Simulation using OpenCL and OpenGL frameworks


Languages

Language:C 92.3%Language:C++ 7.6%Language:Shell 0.1%Language:Makefile 0.0%