Renderer/README.md

17 lines
636 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/`.
2022-08-02 18:32:14 +02:00
### One of the final images from RaytracingInOneWeekend guide
2022-08-02 18:30:39 +02:00
![RaytracingInOneWeekend](images/RayTracingInOneWeekend2.png)
2022-08-02 18:32:14 +02:00
### Renderer from RaytracingInOneWeekend with triangles and mesh importing
2022-08-02 18:30:39 +02:00
![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.