Skip to content

A simple Ray Tracer, using path tracing and written in Rust.

License

Notifications You must be signed in to change notification settings

Red-Rapious/Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray-Tracer

A simple Ray Tracer, using path tracing and written in Rust.

About

This project is based on the book series by Peter Shirley, Ray Tracing in One Weekend. It is nevertheless using C++ as a main language, so I adapted the original code snippets to Rust.

Latest rendered image

Running

Run the current code from the project's root with the following commands:

$ cd app 
$ cargo run --release

License

This work is licensed under the CC-BY-NC-SA 4.0 license.

About

A simple Ray Tracer, using path tracing and written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages