egui/crates
Emil Ernerfeldt 1db291721f
Parallell tessellation (#3934)
* Part of https://github.com/emilk/egui/issues/1485

This adds a `rayon` feature to `epaint` and `egui` to parallelize
tessellation of large shapes, such as high-resolution plot lines.
2024-02-01 16:27:59 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui Parallell tessellation (#3934) 2024-02-01 16:27:59 +01:00
egui-wgpu Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui-winit Postpone call to get_current_texture (#3914) 2024-01-29 18:06:21 +01:00
egui_demo_app Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui_demo_lib Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
egui_extras Use a selectable label for syntax-highlighted text in egui_extras 2024-01-22 14:47:58 +01:00
egui_glow Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui_plot Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Expand plot axes thickness to fit their labels (#3921) 2024-01-30 12:45:27 +01:00
epaint Parallell tessellation (#3934) 2024-02-01 16:27:59 +01:00