Skip to content

Latest commit

 

History

194 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RT

RT is a project of school 42

Build Instructions

To build the project, run the following command:

make

This will compile the source files and generate the executable named rt.

Usage

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 light

This will run the shape and light demos. To run all demos, use:

./demo.sh all

Cleaning Up

To clean the build files, run:

make clean

To remove all build files and the executable, run:

make fclean

To rebuild the project from scratch, run:

make re

Screenshots

screenshot1 screenshot1 screenshot2 screenshot3 screenshot4 screenshot5 screenshot5

About

Ray tracer

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages