Optix with Qt

Is there an implementation of Optix with Qt? And leads would be greatly appreciated!

I’m trying to make an interactive path tracer with photon mapping but I want to do it with Qt so I have more controls in the GUI to play around with… Thanks in advance!

I have a QApplication that shows an animation rendered with OptiX. It’s pretty simple; on each frame just get the pixel values from the OptiX buffer and draw them to a QImage.