An open API service indexing awesome lists of open source software.

https://github.com/deifactor/lufasu

A path tracer written in Rust. Based on _Ray Tracing in a Weekend_ by Peter Shirley.
https://github.com/deifactor/lufasu

Last synced: about 1 month ago
JSON representation

A path tracer written in Rust. Based on _Ray Tracing in a Weekend_ by Peter Shirley.

Awesome Lists containing this project

README

          

A toy raytracer written in Rust based off [_Ray Tracing in a
Weekend_](http://www.realtimerendering.com/raytracing/Ray%20Tracing%20in%20a%20Weekend.pdf).
Unlike the book, it uses a library for vectors (but not collisions or
raycasting) and color math, since those are just boring and tedious to do by
hand.

## What's in a name?

It's the main character of *A Wild Last Boss Appeared!*, a surprisingly good
isekai manga that I've been enjoying.