Bartłomiej Maryńczak
Bartłomiej Maryńczak
Well it depends on the compositor, one could just use wlroots portal, its just a matter of having all protocols it uses supported in the compositor. One could also write...
This actually reminds me of an idea that I had at some point of a crate that would simplify the process of writing a portal, aka. abstract ugly details and...
> Is this absolutely needed? Technically no, kwin, mutter, weston all use pipewire for that, it's simply a question of: do you want to follow wlroots like philosophy of delegating...
> How easy would it be to have a separate crate under the Smithay banner that does exactly this, as an add-on to the core Smithay crate? I would say...
Rebased, and I dropped all of the rendering related code. tbh I have no idea how to plug this into draw_solid method previous 1x1 buffer approach just used existing code...
Indeed we are on 0.26 now
Yep, fine to close this one, I just went with a different approach, of resultifying APIs one by one, and therefore minimizing the use of errno in the first place.
> @PolyMeilex would you accept a PR for this? naga_oil is much easier to integrate into cargo-wgsl (and vscode-wgsl) than into wgsl-analyzer, and it would be nice if there was...
https://docs.rs/rfd/latest/rfd/#gtk-backend Is this not up to date?
Does this do the trick: https://github.com/PolyMeilex/rfd/pull/170 ?