A raytracer in C using a cursed graphics library and a severe lack of math knowledge.
This repository holds the code to our rt final project. However, the resulting binary is intended to be fully compatible with the miniRT common-core project's requirements and restrictions.
The bonus part of both projects allows usage of any function as long as it's reasonable and in scope; here's the list of bonus functions and their usage in the project:
Function name | Header file | Usage |
---|---|---|
pthread_create |
pthread.h |
man it's threads |
This project is released under the ISC License.