Andreas Reich
Andreas Reich
I pushed a blueprint for this example earlier today, so this has now a slight merge conflict with that.
looks like accesskit didn't get updated on egui - the zbus dependency hasn't improved when merging, resetting cargo.lock to main and building
> I wonder if this PR solves https://github.com/rerun-io/rerun/issues/7138 It does!  Still looks bad, but it's a looooot better!
The problem with access kit holding on to an old version unfortuantely persists ``` = zvariant_derive v3.15.1 └── zvariant v3.15.1 ├── accesskit_atspi_common v0.9.0 │ └── accesskit_unix v0.12.0 │ └── accesskit_winit...
tried for a while, but it's a bit of a mess. There's other packages that are on 3.x.y zbus whereas other have moved on to 4.x.y. Added cargo deny exception...
> Still looks bad, but it's a looooot better! keeping the file dialog issue open since the confusing `Ok` button is still there
> Using a software rendering backend would solve both of these issues. Unfortunately not true since software renderer among each other also have different results. E.g. llvmpipe won't give use...
That would surely alleviate the issue(s) significantly (very much in favor of trying that for the egui shader!), but we'll for sure never catch all differences anyways 🤷 - we...