Pretty simple raytracer using C++ on CPU (no GPU acceleration). Made so I could better understand BVH construction and traversal using SSE/AVX SIMD instructions. Not massively optimised at all.