Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

I think the problem is that the miniquad version must match the versions of https://github.com/not-fl3/egui-miniquad/blob/master/docs/gl.js or the web build won't work

* Closed by https://github.com/emilk/egui/pull/5191

> the serialization implementation here is somewhat specific to my needs. If this is too much to merge, then I would be happy to explore alternative solutions. Unfortunately I think...

Related: * https://github.com/emilk/egui/issues/5164

Basically all the code that was added in this PR :)

Some automated testing of an egui app would be great, and I think the best approach might be to interface with `accesskit`, both for reading the location of widgets and...

I think this should be part of `eframe`, i.e. so you can call `eframe::safe_area_top(ctx)` to get how many ui points from the top it is safe to put widgets.

One approach would be to modify `FrameState::available_rect` so that is is the safe area. That would mean `egui::CentralPanel` (and other panels) would start within that smaller rect. However, one should...