Simple raytracer developed in C++.
# Clone the repository.
git clone https://github.com/vgtajdd/simple_raytracer.git
# Configure the project using CMake.
cd simple_raytracer
mkdir build
cd build
cmake ..
# Build the targets.
make -j
# Run the main target.
./simple_raytracer/app
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.