Questions regarding performance
Closed this issue · 1 comments
N3RDIUM commented
Hey there! I'm building my own ray tracer using a mix of taichi, numba, numpy and cython. Thank you for this amazing implementation of Peter Shirley's rt in one weekend. I wanted to know how much time it takes to render the random spheres example scene using your implementation, and what hardware the benchmark was made on.
Oktosha commented
Hi! I added some benchmarking code to the repo in the runme.ipynb
. For your question, it takes 47 sec to render a 1200x675 image on my M2 macbook air.