Renderer/README.md

17 lines
No EOL
636 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 RaytracingInOneWeekend guide
![RaytracingInOneWeekend](images/RayTracingInOneWeekend2.png)
### Renderer from RaytracingInOneWeekend 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.