A simple CPU-based ray tracer written in C++ with Raylib.
- install raylib and run the main.cpp using
cmake ./build . - run
makeinside/build - run the executable inside of
/build
- install
vcpkg - run
cmake --preset vcpkg - go to
/build - run
make - run the executable inside
/build