Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/html/languageConfig.php on line 10
Leandro - Personal website

Nebula GPU

January 2024

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.

Links: