Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can windows work? #2

Open
zmf2022 opened this issue Apr 12, 2024 · 2 comments
Open

Can windows work? #2

zmf2022 opened this issue Apr 12, 2024 · 2 comments

Comments

@zmf2022
Copy link

zmf2022 commented Apr 12, 2024

No description provided.

@zmf2022
Copy link
Author

zmf2022 commented Apr 12, 2024

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
Copy link
Owner

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 :]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants