You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not import EGL related modules. ImportError: ('Unable to load EGL library', "Could not find module 'EGL' (or one of its dependencies). Try using the full path with gl_utils.py:18
constructor syntax.", 'EGL', None)
Hi, the offline rendering mode (no OpenGL context) requires an egl or wgl context. We’ve only implemented for egl for now, thus no offline mode is currently available for windows.
Id like to suggest running with a GUI window instead (preferably with glfw) since fast_gauss is the fastest when directly rasterizing to the screen. This mode has been extensively tested on both windows and Linux with NVIDIA gpu.
I might try adding support for wgl in future releases. Stay tuned :]
No description provided.
The text was updated successfully, but these errors were encountered: