A real-time ray tracer implemented in Python and CUDA that combines physically-based rendering with an audio-reactive birds flocking simulation - using the Boids algorithm. Note: This is my tiny ...
These demos are all written in FP32, as opposed to the original Javascript demos that use FP64 by default. This results in shadow acne in all raytracing demos after Raytracer 04. To fix this, I added ...