A simple 3D gravitational simulator I wrote in Rust.
First, generate a 3D video.
cargo run --release -- create
This will generate a video.3dv
file.
Next, watch the video.
cargo run --release -- watch
This will load the video.3dv
file, so that you can watch it.
This is very much a WIP, and all parameters are hardcoded for now.