tinyraytracer/Readme.md
Dmitry V. Sokolov baaed5fe5e
Update Readme.md
2019-02-04 17:20:36 +01:00

773 B

Stereoscopic rendering

compilation

git clone --recurse-submodules https://github.com/ssloy/tinyraytracer.git
cd tinyraytracer
git checkout homework_assignment
git submodule update --init
mkdir build
cd build
cmake ..  
make

You can open the project in Gitpod, a free online dev evironment for GitHub:

Open in Gitpod

On open, the editor will compile & run the program as well as open the resulting image in the editor's preview. Just change the code in the editor and rerun the script (use the terminal's history) to see updated images.