Can windows work?
Opened this issue · 3 comments
zmf2022 commented
Can windows work?
zmf2022 commented
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)
dendenxu commented
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 :]
DiHubKi commented
classic