1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-01-17 06:08:14 +01:00
tinyraytracer/Readme.md
2019-01-20 12:13:53 +01:00

132 B

compilation

git clone https://github.com/ssloy/tinyraytracer.git
cd tinyraytracer
mkdir build
cd build
cmake ..
make