No description
Find a file
2026-06-08 23:29:09 +02:00
src init 2026-06-08 23:29:09 +02:00
.gitignore init 2026-06-08 23:29:09 +02:00
Cargo.lock init 2026-06-08 23:29:09 +02:00
Cargo.toml init 2026-06-08 23:29:09 +02:00
output.ppm init 2026-06-08 23:29:09 +02:00
README.md init 2026-06-08 23:29:09 +02:00

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.