No description
Find a file
kavan 4382478c0f
Add files via upload
no intercept implemented
2025-03-27 17:12:42 -04:00
black_hole.cpp Add files via upload 2025-03-27 17:12:42 -04:00
ray_tracing.cpp working ray_tracing.cpp 2025-03-16 11:37:50 -04:00
README.md Update README.md 2025-03-12 16:10:25 -04:00

black_hole

Black hole simulation project Here is the black hole raw code, everything will be inside a src bin incase you want to copy the files I'm writing this as I'm beginning this project (hopefully I complete it ;D) here is what I plan to do:

  1. Ray-tracing : add ray tracing to the gravity simulation to simulate gravitational lensing
  2. Accretion disk : simulate accreciate disk using the ray tracing + the halos
  3. Spacetime curvature : demonstrate visually the "trapdoor in spacetime" that is black holes using spacetime grid
  4. [optional] try to make it run realtime ;D

I hope it works :/