You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not 100% sure if we want to support this but to get WWT to work correctly in glue under Big Sur I had to pass --disable-gpu to QtWebEngine. As an example, using the following and putting it in a file called test.py:
WWT then runs slowly (as expected) but the points don't show up at all. I normally wouldn't really care about this but I've seen this behavior in other contexts before so I wonder if this is just highlighting a real issue that needs fixing.
The text was updated successfully, but these errors were encountered:
Weird. This feels like something that, like you imply, may not be worth the effort to fix, but I would definitely like to understand what's going on here. Please update with anything that you figure out!
I'm not 100% sure if we want to support this but to get WWT to work correctly in glue under Big Sur I had to pass
--disable-gpu
to QtWebEngine. As an example, using the following and putting it in a file calledtest.py
:I ran:
WWT then runs slowly (as expected) but the points don't show up at all. I normally wouldn't really care about this but I've seen this behavior in other contexts before so I wonder if this is just highlighting a real issue that needs fixing.
The text was updated successfully, but these errors were encountered: