This program is a simplistic simulation of gravity. Circles are attracted to each other according to their distance and mass. The bigger the circle, the bigger the mass. This is a C++ & cuda partial implementation of this project: Nebula.
The objective of this program was to experiment with multrithread parallel programming and GPU programming, and compare their performances.
More information in the README of the Gitlab repository.