Emil Ernerfeldt
Emil Ernerfeldt
Nice, that works! I just have to figure out what to do with `mouseleave/Event::PointerGone` now
I think a runtime feature flag is likely superior, as it is simpler, and lets the same user use `egui_wgpu` with different options depending on their render target, which may...
What are you trying to accomplish? The current design of ewebsock is already non-blocking
I'm sorry, I don't have a lot of time on my hands. I don't want to add a bunch of `async` to `ewebsock` if it can be avoided. I also...
Feel free to make a PR to make it easy to compile with trunk
* Closed by https://github.com/rerun-io/ewebsock/pull/38
This has been in draft for too long. Please try to make your PRs small and focused. If you want to update eframe or add trunk, please do so in...
eframe has no built-in rendering fallback, no. Instead of falling back on `glow`, you could also experiment with having `wgpu` fall back to a different [`wgpu::backend`](https://docs.rs/wgpu/latest/wgpu/enum.Backend.html), e.g. to `wgpu::Backend::Gl`. @Wumpf...
This broke with the recent update to tungstenite 0.23: * https://github.com/rerun-io/ewebsock/pull/39