This project uses the following
- SFML CMAKE Template for SFML integration.
- nlohmann/json for
JSON
parsing incpp
.
- Cmake 3.27 or above
- Git
- A toolchain (Visual Studio is recommended because it saves one from a lot of headache)
- 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
The documentation is available on my notes_publisher