menpo / menpo3d

Tools for manipulating 3D meshes within the Menpo project.
http://www.menpo.org
Other
165 stars 55 forks source link

Properly acquire OpenGL context before rendering #76

Closed patricksnape closed 3 years ago

patricksnape commented 3 years ago

Not acquiring the context properly mean that crashes were common particularly when VTK is used in the same Python process. This should help prevent that.

This relies on a 5.6.x feature of moderngl so the deps were updated accordingly