A simple Raytracer written in pure Python

Sombra Sombra is simple Raytracer written in pure Python. It’s main purpose is to help understand how raytracing works with a clean code. If you are looking for an efficient Raytracer you should probably use something like C++. The equations used are taken from the Image Synthesis class at Texas A&M University taught by professor Ergun Akleman. The main program creates a raytraced image of a scene with simple objects like spheres and planes. It’s using a resolution of 280x192px […]

Read more