Minimal OpenGL simulation of a black hole.
A black hole is an object with gravity so strong that nothing, not even light, can escape once it crosses the event horizon.
- CMake 3.10 or newer
- A C++17 compiler
- OpenGL
- GLFW3
- GLEW
- GLM
On Ubuntu or Debian-based systems, you can install the common dependencies with:
sudo apt install build-essential cmake libglfw3-dev libglew-dev libglm-devcmake -S . -B build
cmake --build build
./build/simulator