Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 498 Bytes

Simple Raytracing implementation in C

This is a raytracing implementation that features simple shadows, reflections and specular lighting.

Example

How to run

Compile with make and run the program with ./main.

Output

When running the code, the output image will be in PPM format since it is easy to manage in C. To open this kind of image I recommend GIMP and then you can export in whatever format you like.