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 225 forks source link

Windows compatible xlib wrapping #162

Closed catevita closed 3 years ago

catevita commented 3 years ago

As in other parts of this very source file, the xlib commands are wrapped in a try/except. This addresses issues like https://github.com/mmatl/pyrender/issues/117

catevita commented 3 years ago

credit to @CamiloHernandez

catevita commented 3 years ago

duplicate of #124

catevita commented 3 years ago

thanks!