mmatl / pyrender

Easy-to-use glTF 2.0-compliant OpenGL renderer for visualization of 3D scenes.
http://pyrender.readthedocs.io/
MIT License
1.31k stars 226 forks source link

raise ImportError("Unable to load EGL library", *err.args) #215

Open JZhao12 opened 2 years ago

JZhao12 commented 2 years ago

Hi

I tried to implement the offscreen rendering with my GPU on Windows but it raised an issue:

raise ImportError("Unable to load EGL library", *err.args)

Could anyone help with this problem?

Many thanks

jschierl commented 2 years ago

Same issue, if anyone could help with choosing a backend that works on Windows that would be great.

Thanks.

JZhao12 commented 2 years ago

Hi @jschierl

I have not found any solutions so I implemented the rendering in the Ubuntu system, and it could run well.

Hope it could help.