pmh47 / dirt

DIRT: a fast differentiable renderer for TensorFlow
MIT License
312 stars 63 forks source link

Does this work on WSL2? #117

Closed BukuBukuChagma closed 9 months ago

BukuBukuChagma commented 9 months ago

I tried installing this on Windows 11 and ran into error debugging which I found Its not supported for windows due to no OpenGL support. Now I'm thinking on installing it on WSL2, but is it supported for that or not?

pmh47 commented 9 months ago

WSL2 is not supported; I've never tested it but would assume it doesn't work since cuda/egl interop is rather esoteric