Skip to content

abhimadan/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raytracer

A raytracer written in Rust.

It currently knows how to render spheres, and use diffuse and ambient lighting. It also has anti-aliasing.

Features to add in the future:

  • Specular lighting
  • Reflection and refraction
  • More geometry (e.g. planes, meshes)

Also, the code is currently in one file, and would be easier to develope if it was more modular. This is the most urgent thing I need to do, before adding any more features.

About

A raytracer written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages