mirror of
https://github.com/ssloy/tinyraytracer.git
synced 2025-01-16 21:58:13 +01:00
Update Readme.md
This commit is contained in:
parent
fd4c4cdbde
commit
b9d2ca707b
24
Readme.md
24
Readme.md
@ -1,8 +1,18 @@
|
||||
# compilation
|
||||
git clone https://github.com/ssloy/tinyraytracer.git
|
||||
cd tinyraytracer
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
![](https://raw.githubusercontent.com/ssloy/tinyraytracer/autostereogram/doc/autostereogram.jpg)
|
||||
|
||||
## compilation
|
||||
```sh
|
||||
git clone https://github.com/ssloy/tinyraytracer.git
|
||||
cd tinyraytracer
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
```
|
||||
|
||||
You can open the project in Gitpod, a free online dev evironment for GitHub:
|
||||
|
||||
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ssloy/tinyraytracer/tree/autostereogram)
|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user