egui/crates
Andreas Reich c2a37f4bd8
eframe support for wgpu on the web (#2107)
* basic working wgpu @ webgl on websys

* fix glow compile error

* introduced WebPainter trait, provide wgpu renderstate

* WebPainterWgpu destroy implemented

* make custom3d demo work on wgpu backend

* changelog entry for wgpu support eframe wasm

* remove temporary logging hack

* stop using pollster for web
we're actually not allowed to block - this only worked because wgpu on webgl doesn't actually cause anything blocking. However, when trying webgpu this became an issue

* revert cargo update

* compile error if neither glow nor wgpu features are enabled

* code cleanup

* Error handling

* Update changelog with link

* Make sure --all-features work

* Select best framebuffer format from the available ones

* update to wasm-bindgen 0.2.83

* Fix typo

* Clean up Cargo.toml

* Log about using the wgpu painter

* fixup wgpu labels

* fix custom3d_wgpu_shader ub padding

* remove duplicated uniforms struct in wgsl shader for custom3d

* Update docs: add async/await to the web 'start' function

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2022-10-05 20:14:18 +02:00
..
eframe eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
egui Add Painter::image convenience function 2022-10-03 10:26:19 +02:00
egui-wgpu eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
egui-winit Update some crates (#2100) 2022-10-02 20:33:45 +02:00
egui_demo_app eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
egui_demo_lib Update some crates (#2100) 2022-10-02 20:33:45 +02:00
egui_extras egui_extras: Add Table::vertical_scroll_offset (#1946) 2022-08-28 09:37:23 +02:00
egui_glium Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
egui_glow Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Release 0.19.0 - wgpu backend, repaint_after, continue-after-close 2022-08-20 16:49:58 +02:00
epaint Add Painter::image convenience function 2022-10-03 10:26:19 +02:00