mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
update readme
This commit is contained in:
@@ -2,7 +2,13 @@
|
|||||||
|
|
||||||
## How to run
|
## How to run
|
||||||
|
|
||||||
Gui branch was a bit easier to compile using Cmake so to run this branch do:
|
First, initialize the imGui submodule:
|
||||||
|
```bash
|
||||||
|
git submodule init imgui
|
||||||
|
git submodule update imgui
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, compile using cmake:
|
||||||
```bash
|
```bash
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user