Renderer/README.md

15 lines
499 B
Markdown
Raw Normal View History

2022-04-07 23:18:27 +02:00
# Renderer - Grafik-AG
2022-06-04 13:51:32 +02:00
2022-08-02 18:30:39 +02:00
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)
2022-06-04 13:51:32 +02:00
***
### Performance analysis with Flamegraph
https://github.com/flamegraph-rs/flamegraph
2022-07-04 14:43:39 +02:00
If installed (`cargo install flamegraph`, `perf` linux package), run `cargo-flamegraph flamegraph` and `firefox flamegraph.svg` afterwards.