RT is a project of school 42
To build the project, run the following command:
makeThis will compile the source files and generate the executable named rt.
To run the RT demos, use the demo.sh script with one or more of the following categories:
- shape
- light
- texture
- cutting
- negative
- ray_effect
- other
- all
Example usage:
./demo.sh shape lightThis will run the shape and light demos. To run all demos, use:
./demo.sh allTo clean the build files, run:
make cleanTo remove all build files and the executable, run:
make fcleanTo rebuild the project from scratch, run:
make re





