top of page
Asteroid Belt
Platform(s)
Windows
Language(s)
C++, OpenMP
Year
2022
About Project
A physics simulation of an asteroid belt.
More Info
Development
I made this project for the "6019CEM Advanced GPU Programming" module at Coventry University.
​
What I did:
-
programmed physics for an asteroid belt simulation
-
programmed two implementations using different GPU API for parallel processing of the physics calculations
-
one implementation uses CUDA and the other uses OpenMP
​
Tools:
-
C++
-
CUDA
-
OpenMP
-
Visual Studio
Programming
bottom of page