Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

On macOS, `custom_window_frame` is already resizable on `master`. I assume adding `.with_resizable(true)` to the `ViewportBuilder` is not enough on Linux? If not, maybe we should implement this functionality directly into...

Did you benchmark to see what kind of performance gains this can give?

I agree something like this would be very useful! It's worth noting that `changed` is the only flag that an egui widget needs to actively set (using `Response::mark_changed`) - all...

The stand-alone `egui-winit` could use some love. Currently it is up to the user to call `egui_winit::process_viewport_commands`.

That defiantly belongs here! We can break out smaller issues from this one as people start working on them

If you run with `RUST_LOG=eframe=trace` you should get some log output that explains why eframe is repainting; maybe that can help you find the bug. I would appreciate help here...

I tried your code on my Mac on latest `master`, and I fail to reproduce. The results is as expected: High FPS when moving the mouse over the window, and...

Thanks for the investigation! I’m hoping we can remove the windows-hack when the new winit version drops, which should be any week now 🤞 The new winit has a substantially...

Is this still a problem in egui/eframe ~0.18~ 0.24? The repaint logic has been significantly rewritten (EDIT: version snafu)

I don't know how I miss-typed "0.24" as "0.18", but I did 🤦