1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00
Files
egui/crates/egui-wgpu
Emil Ernerfeldt c482a0b469 egui-wgpu: reduce input latency by defaulting to double-buffering
This makes a huge difference in perceived latency on my 60 Hz monitor
on macOS on a native build.

There is no difference on web though afaict.

For me this is a much better default. Tearing is mildly annoying,
but input latency makes an aplication feel sluggish.
2023-12-18 13:19:04 +01:00
..
2023-11-30 17:46:25 +01:00
2023-11-30 17:46:25 +01:00

egui-wgpu

Latest version Documentation MIT Apache

This crates provides bindings between egui and wgpu.

This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend