Skip to content

Reproduction of Ray Tracing in One Weekend and Ray Tracing: The Next Week. In rust.

Notifications You must be signed in to change notification settings

Da1sypetals/RayTracer-Weekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

Binary

cargo run --bin iter

Python Bindings

  • First make sure maturin is installed.
cd crates/py-raytrace
maturin dev -r
cd ../..
python render.py

Results

About

Reproduction of Ray Tracing in One Weekend and Ray Tracing: The Next Week. In rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published