Skip to content

Simple ray-tracing render engine written in Rust

Notifications You must be signed in to change notification settings

dooost/rustracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 10, 2021
37420fe · Jul 10, 2021

History

36 Commits
Jun 20, 2021
Jul 5, 2021
Jul 10, 2021
Jun 20, 2021
Jul 8, 2021
Jul 8, 2021
Jul 5, 2021

Repository files navigation

rustracer

A simple ray-tracing render engine written in Rust, based on the book Ray Tracing in One Weekend. The book was a joy to follow along and I highly recommend having a look at it :)

Sample Output

Running This Project

Simply execute cargo run --release in project root to render the book cover scene. The release flag is needed as rendering without optimizations is painfully slow.

About

Simple ray-tracing render engine written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages