Renderer/README.md

17 lines
No EOL
589 B
Markdown

# Renderer - Grafik-AG
Following [Raytracing In One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html).
Rendered images in `images/`.
### One of the final images from the guide
![RaytracingInOneWeekend](images/RayTracingInOneWeekend2.png)
### Upgraded with triangles and mesh importing
![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.