Just clone or download this repo. You'll need to install two packages. Pillow is a fork of the PIL package. It provides the Image module for this application. to ...
A raytracer built with help from the Raytracing from the ground up textbook. The goal is to have a user friendly, easy to use interface in Python for defining scenes and scene properties. Then this is ...