Conversation
|
Currently, the issue that I am running into is that in the |
| def _ignore_offscreen_run(): | ||
| wgpu.gui.offscreen.run = lambda: None |
There was a problem hiding this comment.
This bit should no longer be necessary. It's from a time when the offscreen backend still fired up asyncio (it does not do so anymore). The WGPU_FORCE_OFFSCREEN is the only thing needed.
|
I happen to be working on pygfx/pygfx#679. |
| # "Light", | ||
| # }, | ||
| "doc_module": ("fastplotlib",), | ||
| "image_scrapers": ("fastplotlib",), |
There was a problem hiding this comment.
If you put "pygfx" here instead, I think you can use our scraper, so you don;t need the gallery_scraper.py.
Fastplotlib is eagerly trying to use glfw when I try it too, ignoring the offscreen setting. I expect that this should be fixed with #431 |
starts #486