cscheid / loom

rust, raytracing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Rust Raytracer based on Pete Shirley's "Ray Tracing minibooks"

Seriously, just go buy these books right now, they're U$3.00 each and worth 10x as much, easily.

Compiling

This should work:

cargo build --release

Usage

Minimal example: (you'll need python3 and click available in your environment)

./scripts/run.py --scene tests/s1.json --output out.png

Get more options with ./scripts/run.py --help

About

rust, raytracing


Languages

Language:Rust 84.3%Language:Python 14.4%Language:Shell 1.2%Language:Makefile 0.1%