Elinor B.

Results 165 comments of Elinor B.

@skyne98 wrt to gfx-rs support, in a first step focusing on openGL. The gfx-backend-gl crate requires you to provide a `glutin::Window` to setup the context. This is not very nice...

Oh yes, writing such a backend would work, if you're willing to put the effort of maintaining a fork of gfx-backend-gl with smithay swapped for glutin. I suggested working with...

I think you can start the discussion. :+1:

This has not changed yet. We've been more focused on architecture work during the last weeks. I don't plan to focus on this just yet (my priority is #203 ),...

I think this would better be discussed as part of https://github.com/Smithay/smithay/discussions/362

This just need to update the scanner test assets for the CI to pass, otherwise lgtm.

I believe the `attach-delta-loop` example of [wleird](https://github.com/emersion/wleird) could be a good testbed for what behavior is expected with this `delta`.

This is the code that finds `libwayland-client.so`, dlopens it, and loads all the necessary symbols from it: https://github.com/Smithay/wayland-rs/blob/master/wayland-sys/src/client.rs#L17 This code is generated using the macro provided by [dlib](https://github.com/vberger/dlib). If you...

Yup, there's a missing word and a few typos... That's supposed to read something like > The two main uses a simple app has for the Connection are:

So, let me give you some background, because "supported protocol" can mean different things depending on what you need. Supporting a protocol extension can require 3 levels of integration: 1....