knightcrawler25 / GLSL-PathTracer

A toy physically based GPU path tracer (C++/OpenGL/GLSL)
MIT License
1.83k stars 173 forks source link

Improving Build intructions #71

Closed LucienGab closed 1 year ago

LucienGab commented 2 years ago

hey I'm kind of stupid and I keep on getting stuck on the part where you open the sln because there isn't one so if you could add screenshots to the build instructions that'd be great image

knightcrawler25 commented 2 years ago

Hey :)

The location you've selected in cmake to build the binaries should have a "PathTracer.sln" file in it.

image

For the above example, this is how the folder structure would look like: image

Under the build folder would be the .sln file. image