Added link to cg-ag in readme
This commit is contained in:
parent
491886b687
commit
477f95d762
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
If installed (`cargo install flamegraph`, `perf` linux package), run `cargo-flamegraph flamegraph` and `firefox flamegraph.svg` afterwards.
|
||||
|
|
Loading…
Reference in a new issue