egui/crates
Andreas Reich b1d2551e7e
Make frame delay on screenshots consistently one frame on web as well (#5482)
Native is already delayed by a frame because it calls
`handle_viewport_output` -> `egui_winit::process_viewport_commands`
after drawing. On web however, we process input including viewport
commands separately from drawing.
This adds an arbitrary frame delay mechanism for web and then uses this
with 1 frame delay always
2024-12-16 15:03:01 +01:00
..
ecolor Add `Color32::mul` (#5437) 2024-12-05 13:53:20 +01:00
eframe Make frame delay on screenshots consistently one frame on web as well (#5482) 2024-12-16 15:03:01 +01:00
egui Make frame delay on screenshots consistently one frame on web as well (#5482) 2024-12-16 15:03:01 +01:00
egui-wgpu Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
egui-winit Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
egui_demo_app Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
egui_demo_lib Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
egui_extras Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
egui_glow Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
egui_kittest Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add new `Rect::intersects_ray_from_center` method (#5415) 2024-12-02 09:20:59 +01:00
epaint Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
epaint_default_fonts Release 0.29.1 - Bug fixes 2024-10-01 10:08:21 +02:00