I successfully parallelized the rendering of the image, i.e. the method ImageTracer.fireAllRays with Parallel.For in System.Threading.Tasks, as suggested in issue #11
I also improved the progress bar that shows the progression of the rendering process. I used this library ShellProgressBar provided with the MIT license.
I successfully parallelized the rendering of the image, i.e. the method
ImageTracer.fireAllRays
withParallel.For
inSystem.Threading.Tasks
, as suggested in issue #11I also improved the progress bar that shows the progression of the rendering process. I used this library ShellProgressBar provided with the MIT license.