Currently working on a simple CPU ray tracer. Featuring a giant cat!
Main missing features:
-bvh acceleration structure for triangle meshes
-soft shadows
-actually making it fast via multithreading + AVX2
Goal is to be able to run it in real-time.
Should be possible I think, since I'm only doing phong shading.