A raytracer written in C using only the standard C library. Created both as a learning project to understand C but also because I found it an interesting project. Currently can render simple geometry(spheres and planes), with colors, shadows, and eventually materials and complex textures. Working on other shapes