-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Headless Context cannot be created without EventsLoop #1090
Comments
Windows was previously making the IOS never did support headless stuff: see here, nor did emscripten, see here MacOS does not currently use the passed Additionally, I guess we could accept an |
Thanks for the explanation! It doesn't look like there's a good reason to support this then, so I'll close this. |
Can this be reconsidered? I'd like to run my program using an OSMesa context in an environement where neither X11 nor Wayland are available. As far as I can tell this is not possible right now since an EventsLoop is required. |
@unlimitedbacon That was an oversight... sorry. Fixed at #1058 |
Thank you |
After the changes in #1029, headless
Context
s cannot be created without creating anEventsLoop
. This is a small step back from the previous API, which let you do so without a correspondingEventsLoop
. How necessary is this change? If we can allow headlessContext
creation withoutEventsLoop
creation, we should probably allow it.cc @zegentzy
The text was updated successfully, but these errors were encountered: