Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1012 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 1012 Bytes

Ray Tracing

This project uses the following

Pre-requisites

Usage

  • Clone the repo
git clone https://github.com/ChuzaWick420/rayTracing.git
  • Download and config dependencies
cmake -B build
  • Build the project
cmake --build build --config Release
  • Run and wait
build/bin/Release/main.exe

Results

Near completion

pre_final

Final Render

final

Documentation

The documentation is available on my notes_publisher