This is a path tracer I'm working on in C++.
Follow the following instructions on how to fork, and edit this program yourself.
What things you need to install the software and how to install them
- Git
- Cmake
- gcc
$git clone https://github.com/LegendWasTaken/Ray-Tracer.git
$cd Ray-Tracer
$cmake build
- Legend - Initial work - Legend
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details