Skip to content

brian-dawn/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raytracer

This is a raytracer in rust.

I am mostly following:

https://raytracing.github.io/books/RayTracingInOneWeekend.html

Usage

 cargo run --release > image.ppm

Then you can view the ppm file in any ppm viewer (gimp or krita should work fine).

Goals

https://raytracing.github.io/books/RayTracingTheNextWeek.html

https://www.realtimerendering.com/raytracing/Ray%20Tracing_%20the%20Rest%20of%20Your%20Life.pdf

About

A raytracer written in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages