Added link to cg-ag in readme

This commit is contained in:
Jonathan Flueren 2022-08-06 15:45:03 +02:00
parent 491886b687
commit 477f95d762

View file

@ -1,5 +1,7 @@
# Renderer - Grafik-AG # Renderer - Grafik-AG
Programmed during the [Computergrafik-AK](https://fsinfo.cs.tu-dortmund.de/ags/cg-ag/start)
Following [Raytracing In One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html). Following [Raytracing In One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html).
Rendered images in `images/`. Rendered images in `images/`.
@ -17,4 +19,4 @@ Rendered images in `images/`.
### Performance analysis with Flamegraph ### Performance analysis with Flamegraph
https://github.com/flamegraph-rs/flamegraph https://github.com/flamegraph-rs/flamegraph
If installed (`cargo install flamegraph`, `perf` linux package), run `cargo-flamegraph flamegraph` and `firefox flamegraph.svg` afterwards. If installed (`cargo install flamegraph`, `perf` linux package), run `cargo-flamegraph flamegraph` and `firefox flamegraph.svg` afterwards.