No description
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| output.ppm | ||
| README.md | ||
Ray marching
A small CPU ray marcher in Rust. Renders a bouncing sphere smoothly blending into a ground plane via smooth union. Outputs a PPM image.
Usage
cargo run --release
Opens output.ppm in the current directory.