C implementation of a blackhole simulator
A simulation of particles orbiting and falling into a black hole in C.
- Gravitational physics using Newtonian equations
- Multithreading via POSIX threads
- Modular design (physics, simulation, utils, rendering)
- Exports data to
output.csvfor visualization
for example :
mkdir build && cd build cmake .. make ./blackhole 200