knightcrawler25 / GLSL-PathTracer

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

ImGUI Docking Editor #54

Closed PixelParas closed 2 years ago

PixelParas commented 3 years ago

Here's How it looks atm Screenshot (241) Screenshot (242)

I'm currently working on adding ImGUIzmo again since it got messed up when setting up the viewport with framebuffers I'd really appreciate it if you could create a new branch to avoid conflicts

Current TO-DO

Have a nice day ;D

tigrazone commented 3 years ago

With which compiler you build your solution? Yesterday I try gcc from mingw, intel c++ and Microsoft visual c++ and all of these cant build because "multiple definition" or "defined before in these source"

PixelParas commented 3 years ago

Hey, I don't really get your issue I personally just followed the INSTALL-WIN.txt file. And when I loaded the solution it just worked for me The only issue i that the windows don't have a default Dock location so you have to dock them by your personal preference

tigrazone commented 3 years ago

What denoising algorithm you use?

PixelParas commented 3 years ago

The denoising algorithm isn't binded to the enable Denoise checkbox since it gives really sharp color shifts like a toon shader. I used in one my personal projects some time ago it's not made by me. The Denoise button still uses OIDN