First Raytracing renderer of mine, programmed in Rust during the Computergrafik-AG https://fsinfo.cs.tu-dortmund.de/ags/cg-ag/start
Find a file
2022-07-17 21:09:39 +02:00
obj Triangle mesh working 2022-07-17 02:00:32 +02:00
src DIsable antialiasing if running with just one sample per pixel 2022-07-17 21:09:39 +02:00
.gitignore Different materials 2022-06-08 18:28:45 +02:00
Cargo.lock Try implementing obj support 2022-07-15 00:08:51 +02:00
Cargo.toml Try implementing obj support 2022-07-15 00:08:51 +02:00
README.md Changes for flamegraph 2022-07-04 14:43:39 +02:00

Renderer - Grafik-AG


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.