Skip to content

viktordanov/rust-raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer

This repository contains a simple raytracer written in Rust. It is based on the book Ray Tracing in One Weekend by Peter Shirley and is an exercise in learning the Rust programming language.

Latest render

Latest render

Goals

  • Render a simple scene
  • Load scene from file
  • Load render settings from file
  • Support OBJ loading for meshes
  • Support textures
  • Support multiple materials
    • Diffuse
    • Metal
    • Dielectric
  • Support multiple lights
  • Support multiple cameras
  • Support multiple objects
  • BVH acceleration
  • Multithreading
  • Hamiltonian geodesic path tracing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages