-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
WebGL blacklisted in some Qt versions #305
Comments
In case it is related: https://bugreports.qt.io/browse/QTBUG-75262 (it looks like I even commented on that issue! 😆 ) |
Agreed. Some help here would be very appreciated seeing as I don't own Mac hardware! In the CI, I need to set
in order to get the tests to run. |
Yes setting that fixes the issue I think. I am still left with a warning mentioning ES3 in case you have any ideas for that, but maybe not critical:
|
I haven't seen that one before. This is all probably related to the fact that the latest version of the engine now tries to use WebGL 2.0 (basically needed for accelerated FITS rendering), although it is intended to still work with WebGL 1.0 if 2.0 isn't available. |
PKGW Thank you so much for the answer in Linux. Astrofrog , perhaps, might check out Astro-Robbie, sometimes known as April @ https://www.youtube.com/@SatansAstrologyAndroid/streams. A work in progress ... |
If I use PyWWT with PyQt5 5.14 and PyQtWebEngine 5.14, the following example:
raises the following warnings/errors:
It would be good to figure out why this is happening and what users can do to fix this (maybe even mention this in the PyWWT Qt docs section)
The text was updated successfully, but these errors were encountered: