Skip to content

k4nar/rustracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustracer

This is a simplistic Raytracer written in Rust. The main goal is to write a simple and elegant Rust program. It's not efficient, it's not powerful, but the code should be pretty straightforward.

Reflection In progress

Currently, it handles the following :

  • Simple objects (spheres, planes)
  • Multiple light sources
  • Shadows
  • Reflection

I want to add some functionalities, like :

  • Rotation
  • Transparency
  • Refraction

I also want to do some experiments with Path-Tracing and Photon-Mapping.

About

A pretty dumb raytracer, in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages