miniRT is the 11th project of the Codam core curriculum, and the last one entirely written in C. Using raytracing, various scenes can be rendered.
make && ./miniRT <map_name>.rt
Example scenes can be found in the folder "maps".
Change AA
in include/minirt.h to a higher number for increased anti-aliasing.
Change WIDTH
and HEIGHT
in include/minirt.h for a different screen size.