![]() |
![]() |
![]() |
---|
The ray tracer is written in C++23 with modules and no dependencies except for running tests, the μt unit testing framework is required (CMake will automatically install it).
- Install CMake 4.0.2
- Set up vcpkg
- Clone the repository and build the project
git clone http://github.com/faresbakhit/raytracer && cd raytracer
cmake --preset release
cmake --build --preset release