A simple 3D spacetime simulation using Kiss3D to visualize metric grid deformations caused by a moving mass.
- 3D grid initialized with the Minkowski metric, evolving over time.
- Mass moves in a circular orbit, affecting spacetime curvature.
- Real-time rendering of grid deformations and mass.
- Install Rust.
- Install dependencies:
cargo install kiss3d
- Run the simulation:
cargo run
.
: Increase mass speed,
: Decrease mass speed
GNU GPL-3.0