Skip to content

Ray tracer written in Rust-lang as a means of learning both Rust-lang and ray tracing.

License

Notifications You must be signed in to change notification settings

rglusic/rustytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustyTracer

This project's purpose is strictly for learning Rust-lang and learning more about ray tracing. This project is still in a very early stage. Do not expect much from it currently. I plan to eventually implement a form of path tracing for more realistic caustics and other such things. Currently, the method of shadowing is a 'hack'.

Other

Makes use of cgmath for simple linear algebra and also uses image for writing out image formats. Their respective licenses are listed under the Licenses folder.

License

This project is licensed under the MIT license. A copy of the license is found in LICENSE.txt

Example Images Generated

Glass bubble with lighting effect Generic Image

About

Ray tracer written in Rust-lang as a means of learning both Rust-lang and ray tracing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages