szabolcsdombi / zengl

OpenGL Rendering Pipelines for Python
https://zengl.readthedocs.io/
MIT License
176 stars 10 forks source link

glcontext not listed as a dependency #58

Closed BinaryWarlock closed 9 months ago

BinaryWarlock commented 9 months ago

pip install zengl doesn't install glcontext

szabolcsdombi commented 9 months ago

Thank you for the report. This is because glcontext is optional and it is only required for linux/mac headless context creation.

It is intentionally not a dependency as on some platforms (web) glcontext cannot be installed. But zengl itself works just fine.

BinaryWarlock commented 9 months ago

I see, I didn't realize windowed worked without it. Thanks.