|
8 months ago | |
---|---|---|
src | 8 months ago | |
.gitignore | 9 months ago | |
Cargo.lock | 8 months ago | |
Cargo.toml | 8 months ago | |
README.md | 8 months ago |
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.