# Renderer - Grafik-AG Following [Raytracing In One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html). Rendered images in `images/`. ![RaytracingInOneWeekend](images/RayTracingInOneWeekend2.png) ![Suzanne Rainbow](images/suzanne_rainbow.png) *** ### Performance analysis with Flamegraph https://github.com/flamegraph-rs/flamegraph If installed (`cargo install flamegraph`, `perf` linux package), run `cargo-flamegraph flamegraph` and `firefox flamegraph.svg` afterwards.