Lab1-RayTracing contains the source code for the first assignment of the Computer Graphics course EDAN35 taught at Lund University.
The public repository is found at https://github.com/LUGGPublic/Lab1-RayTracing.
Lab1-RayTracing uses the following dependencies:
C++11 features are used by this project, so you will need a C++11-capable compiler.
- This project is available under the MIT License; see LICENSE.txt for more details.
- The files stb_image.h and stb_image_write.h are available under an MIT License as well as unlicenced; check the comments in those files for more details.