egui/egui_demo_app/src
Zicklag 1d9524cc59
Re-implement PaintCallbacks With Support for WGPU (#1684)
* Re-implement PaintCallbacks With Support for WGPU

This makes breaking changes to the PaintCallback system, but makes it
flexible enough to support both the WGPU and glow backends with custom
rendering.

Also adds a WGPU equivalent to the glow demo for custom painting.
2022-05-28 17:52:36 +02:00
..
apps Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00
backend_panel.rs Improve web demo for mobile (#1556) 2022-05-02 13:13:35 +02:00
frame_history.rs Replace TODO: with TODO(emilk): and update code guidelines 2022-05-21 16:53:25 +02:00
lib.rs Move code from egui_demo_lib to egui_demo_app (#1540) 2022-04-28 11:23:34 +02:00
main.rs Add egui_wgpu crate (#1564) 2022-05-12 09:02:28 +02:00
wrap_app.rs Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00