Updated readme.md

This commit is contained in:
Martin Opat 2024-12-30 12:12:16 +01:00
parent e983b3e3a8
commit 3c7f4d22da
1 changed files with 22 additions and 1 deletions

View File

@ -1 +1,22 @@
# cuda-based-raytrace # cuda-based-raytrace
## How to run
If necessary clean previous build:
```bash
make clean
```
Then build (currently always debug build):
```bash
make all
```
Run:
```bash
./build/main
```
To open the resulting image you can use (Ubuntu):
```bash
xdg-open output.ppm
```