diff --git a/README.md b/README.md index 0b25d85..b765c15 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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). Rendered images in `images/`. @@ -17,4 +19,4 @@ Rendered images in `images/`. ### 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. \ No newline at end of file +If installed (`cargo install flamegraph`, `perf` linux package), run `cargo-flamegraph flamegraph` and `firefox flamegraph.svg` afterwards.