Skip to content

Yet another raytracer based on The Ray Tracer Challenge book

License

Notifications You must be signed in to change notification settings

tabvaranjr/rustracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustracer

Yet another raytracer based on The Ray Tracer Challenge book. Quite similar to another project...

Written in Rust using its standard library.

Instructions

Cargo is used to build as the package manager.

Build the library

$ cargo build

Run examples

$ cargo run --example chapterX

Run unit tests

$ cargo test

About

Yet another raytracer based on The Ray Tracer Challenge book

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages