-
Currently the initial window size is always 0 in width and height, this will lead to panics when calling `buffer_mut()` if the size wasn't set with `resize()` depending on the platform:
- Wayland: pa…
-
Following a discussion on mattermost, it was reported that on window, the window first appear white, and then it takes a long time until the first frame appear
-
### Description
When implementing ApplicationHandler I implemented my own about_to_wait() method. When control flow is set to ControlFlow::Wait and the pointer remains within the window, everything…
-
Original: https://github.com/tomaka/glutin/issues/554
-
* What variants are useful to provide? What errors might a consumer of the library want to actually handle?
* Some error variants may only apply to certain methods. Should the same error type be used…
-
### Description
I've noticed that back in `v0.29.x`, we have up to 39 examples under `examples/` demonstrating various usages of `winit`, but after the huge API change in v0.30, we have only 6 in cur…
-
Part of https://github.com/rust-windowing/winit/issues/3367, opening to discuss separately.
Winit is designed around a single crate with a specific set of backends, which is great for users that ca…
-
**Is your feature request related to a problem? Please describe.**
I want my program to have 2 separate `winit` windows, one with an `egui` interface managed by `eframe` and another managed by …
-
`shm::RawPool` allows reading and writing memory in the pool, or accessing it as a slice, while that memory is part of a `wl_buffer::WlBuffer`.
This doesn't produce any soundness issues (on the cli…
-
is there any plan to make iced library for mobile? (like Android,iOS )