Skip to content

MarwenKR/Raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer from scratch


Resources:


Features:

  1. Antialising ✅
  2. Diffuse Materials ✅
  3. Metal ✅
  4. Dielectrics ✅
  5. Positionable Camera ✅
  6. Defocus Blur ✅
  7. Texture Mapping ❌
  8. Motion Blur ❌
  9. Bounding Volumes ❌
  10. Quadrilaterals ❌
  11. Light ❌
  12. Interface to control features ❌

Dependencies


Building the project

If you wish to build the provided source, this project uses CMake. To build, go to the root of the project directory and run the following commands to create the debug version of every executable:

$ cmake -B build
$ cmake --build build

On Windows, you can build either debug (the default) or release (the optimized version). To specify this, use the --config <debug|release> option.


Running the program

ToDo


Releases

No releases published

Packages

No packages published

Languages